登录 注册
当前位置:主页 > 资源下载 > 11 > 在图像中查找网格的程序是OpenCV Python库中的grid-finder工具

在图像中查找网格的程序是OpenCV Python库中的grid-finder工具

  • 更新:2024-12-18 18:13:20
  • 大小:1.08MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

该项目的目标是在给定的图像中找到一个网格(棋盘)。 $ git clone https://github.com/Itseez/opencv.git $ cd opencv $ git checkout 3.0.0-rc1 $ cd cmake $ apt-get install cmake libgstreamer-plugins-base1.0-dev libgstreamer-plugins-base0.10-dev $ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_opencv_java=OFF -D PYTHON_EXECUTABLE=/usr/bin/python3.4 .. $ cd .. $ make -j 4 $ PYTHONPATH=opencv/lib/py