项目作者: whymatter

项目描述 :
I tried to implement the hough transformation
高级语言: C++
项目地址: git://github.com/whymatter/houghtransformation.git
创建时间: 2017-11-19T18:23:08Z
项目社区:https://github.com/whymatter/houghtransformation

开源协议:MIT License

下载


OPENCV SETUP

I use OpenCV 3.3.1 x64

https://docs.opencv.org/2.4/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation

Make sure to setup the OPENCV_DIR, PATH environment variable (see “Set the OpenCV enviroment variable and add it to the systems path” at the bottom of the page).

https://docs.opencv.org/2.4/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to

Using the “local” method.

Make sure you first setup your project for x64 and then change the configuration!