Commit Graph

26 Commits

Author SHA1 Message Date
matlabbe f1bba5b8fb Added wordID in shown keypoint info, improved fixed vocabulary behavior 2015-06-24 18:07:52 -04:00
matlabbe b07239a000 Added OpenCV 3 support (CUDA module not yet tested) 2015-06-23 16:38:47 -04:00
matlabbe dcf406429e updated License typo
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@383 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-08-11 15:49:53 +00:00
matlabbe 26213d87c0 Added find_object namespace, updated license/copyright in source files
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@380 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-08-06 13:43:29 +00:00
matlabbe 43e855e822 fixed 0.5.0 build for Windows
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@358 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-07-31 20:59:25 +00:00
matlabbe 9bc7c15abc Created a library find_object for convenience
Updated version to 0.5.0

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@357 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-07-31 20:11:46 +00:00
matlabbe 680b1740b1 Moved all non-gui stuff outside the GUI
Added FindObject and ObjSignature classes
Added ULogger from utilite for pretty log

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@356 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-07-31 19:02:31 +00:00
matlabbe 0ecd4dc477 Added installation of test/example applications
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@332 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-06-10 21:32:15 +00:00
matlabbe 96462e0ec8 updated example with proper distance results in CV_32F when binary is detected
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@275 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2014-05-14 18:58:15 +00:00
matlabbe 39660003a2 Example: added hard-coded switch to choose between BFMatcher and FLANN matching.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@180 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-10-29 20:50:56 +00:00
matlabbe 72bdae12b0 Changed Detector_descriptor group name to Feature2D group name
Added BRISK and FREAK features

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@179 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-10-29 20:00:44 +00:00
matlabbe c9e52fdbae Updated default LSH parameters (as set in LSH default constructor)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@178 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-10-29 14:35:12 +00:00
matlabbe 4fb42d4889 Fixed a warning (int and unsigned int comparison) in Camera.cpp
Updated example to switch between LSH and KDTree depending on descriptors type detected. Also use SIFT as it gives better results than SURF.

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@163 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-08-31 14:09:25 +00:00
matlabbe dfb4e5038d New features: camera from directory of images, new controls to move across frames of a video or a directory of images.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@110 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-08-28 20:06:43 +00:00
matlabbe da06dea438 Added loading images time in example
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@103 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-05-10 13:53:25 +00:00
matlabbe 5c4625a300 Updated to OpenCV 2.4 (as well as all feature descriptors and detectors parameters).
Updated to OpenCV C++ interface (using cv::Mat instead of IplImage).


git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@97 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-05-07 22:36:59 +00:00
matlabbe 27652b4f8f Added some new features ("update objects" button and region selection) described in issue 2.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@74 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2012-01-28 01:00:23 +00:00
matlabbe 9a85de5760 Added copyright
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@55 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-12-02 18:34:08 +00:00
matlabbe a1c5be1d5b Fixed some warnings...
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@35 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-23 18:08:33 +00:00
matlabbe 0f43d7d86c Comments...
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@28 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-22 14:28:49 +00:00
matlabbe 09e42557df Added detector and descriptor types in comments
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@27 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-20 03:26:06 +00:00
matlabbe c7d285ae2e Changed color of the outliers to red, inliers=green
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@25 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-17 20:45:08 +00:00
matlabbe 495da944ca Added "Scale view" action (only enabled in graphics view mode)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@24 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-17 20:31:08 +00:00
matlabbe 3db8e21688 Fixed a comment typo
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@23 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-16 17:06:33 +00:00
matlabbe 856e9f42e8 Added homography time in the example application
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@21 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-15 18:45:10 +00:00
matlabbe a761af58da Added code example for descriptors extraction
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@20 620bd6b2-0a58-f614-fd9a-1bd335dccda9
2011-11-15 16:37:40 +00:00