matlabbe c879fae867 New minor enhancements:
-Added actions to show/hide all features of the objects
-Auto adjust size slider to widest added object
-Compare to both size of the scene and object to reject a too large homography
-Removed descriptor/detector label on objects
-Added Refresh GUI time statistic

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@416 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-12-23 21:22:18 +00:00
2014-09-26 20:33:08 +00:00
2014-04-11 20:05:41 +00:00
2012-01-05 00:41:23 +00:00
2014-08-11 15:49:53 +00:00
2014-12-23 21:22:18 +00:00
2011-11-24 20:45:50 +00:00
2014-08-11 15:49:53 +00:00
2012-05-10 01:22:40 +00:00

+---------------------------------------------------
+ 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
Readme 1.4 GiB
Languages
Jupyter Notebook 93.5%
Python 4.8%
C++ 1.6%