matlabbe e3b15a7106 Modified parameters' name to reduce the number of pages in the parameters toolbox.
Added a way to sort (with a prefix number) parameters in toolbox. 
Can now switch between nearest neighbor strategies (kd-trees, k-means, linear).
Added parameters for all FLANN nearest neighbor approaches.
Added likelihood plot (including UPlot from UtiLite library and PdfPlot from RTAB-Map library).
Added general parameter "MirrorView".
Added general parameter "InvertedSearch" to create the  vocabulary from objects descriptor instead of the scene descriptors. We can then compute likelihood of the current scene with all other objects (or another scenes). 
Fixed a crash (in AddObjectDialog) when selecting outside the image.
Added OpenCV version used in AboutDialog.

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@109 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-08-28 13:44:57 +00:00
2012-01-05 00:41:23 +00:00
2012-05-10 14:04:55 +00:00
2011-10-25 18:26:23 +00:00
2011-11-24 20:45:50 +00:00
2012-05-08 13:37:07 +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%