CMake: Detecting if openCV is built with nonfree module, if yes, SIFT and SURF can be used git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@411 620bd6b2-0a58-f614-fd9a-1bd335dccda9
Added BruteForce nearest neighbor (with GPU option), which is now the default for binary descriptors
Added BruteForce nearest neighbor (with GPU option), which is now the default for binary descriptors
Added BruteForce nearest neighbor (with GPU option), which is now the default for binary descriptors
+--------------------------------------------------- + Build from source +--------------------------------------------------- Requirements : -Cmake (tested on 2.8.2) -Qt4 (tested on 4.8) -OpenCV (tested on 2.4.0) -MinGW (only on Windows) Ubuntu / Mac OS X $ cd find_object/build $ cmake .. $ make $ cd ../bin $ ./find_object Windows $ cd find_object/build $ cmake -G"MinGW Makefiles" .. $ make $ cd ../bin $ FindObject.exe +--------------------------------------------------- + Packaging +--------------------------------------------------- MacOSX (DragNDrop) : > cd build > cmake -DBUILD_AS_BUNDLE=ON .. > make -j4 > make package Windows : > cd build > cmake -G"MinGW Makefiles" .. > make -j4 > make package > make package_source
Description
This repository contains code for detecting heat pipes in the greenhouse as well as estimating the pose of the pipes
Languages
Jupyter Notebook
93.5%
Python
4.8%
C++
1.6%