b4e97e450dFirst draft of a fixed vocabulary (issue #2)
matlabbe
2015-06-23 18:21:30 -04:00
b07239a000Added OpenCV 3 support (CUDA module not yet tested)
matlabbe
2015-06-23 16:38:47 -04:00
a50929b0fcAdded a decimal to double parameters
matlabbe
2015-06-10 19:11:37 -04:00
388236e5c4Added "--images_not_saved" argument to not keep images in RAM after the features are extracted (only in console mode)
matlabbe
2015-06-09 21:41:34 -04:00
98d99aa91c0.2.1
Paul Bovbel
2015-06-08 09:03:46 -04:00
6eef12333fUpdate changelogs
Paul Bovbel
2015-06-08 09:02:46 -04:00
9754130ec8ignore ".." and "." subdirectories
matlabbe
2015-06-04 09:41:57 -04:00
76b6ff4b7eAdded option to recursively parse subdirectories when loading objects (File->"Load objects...")
matlabbe
2015-06-03 21:46:35 -04:00
82f953b911Added tcpService tool to Add/Remove objects through TCP
matlabbe
2015-01-12 01:19:09 +00:00
5d1f30cc09Added "--session" argument to load a session on startup
matlabbe
2015-01-09 22:53:05 +00:00
02e31c2e69Added "save/load session" menu actions.
matlabbe
2015-01-09 22:44:16 +00:00
84166e6ddcfixed Debug build errors, changed all Q_ASSERT to UASSERT
matlabbe
2015-01-05 23:11:15 +00:00
c879fae867New 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
matlabbe
2014-12-23 21:22:18 +00:00
a96ea6c4f5Added DragNDrop images directly in objects or scene zones.
matlabbe
2014-12-22 21:56:10 +00:00
807c8b5b43Added Version.h.in. When NONFREE module is not detected, disable SIFT/SURF instead of hiding them.
matlabbe
2014-11-28 21:47:02 +00:00
4d3b9e88b2Added BruteForce nearest neighbor (with GPU option), which is now the default for binary descriptors CMake: Detecting if openCV is built with nonfree module, if yes, SIFT and SURF can be used
matlabbe
2014-10-24 02:46:03 +00:00
783173bf43Added some debug traces
matlabbe
2014-09-26 20:33:08 +00:00
b3024cb1dcfixed Find-Object.app not opening on start (it was because OSX adds an argument -psn_0_##### which wasn't recognized by Find-Object... so it immediatly exited with error "LSOpenURLsWithRole() failed with error -10810")
matlabbe
2014-08-29 01:18:55 +00:00
e3f1b28a5aupdated install bin destination
matlabbe
2014-08-28 22:31:21 +00:00
33baa6e171fixed not installed icns in mac os x bundle
matlabbe
2014-08-28 21:36:23 +00:00
c8192c4d0cfixed build on Windows
matlabbe
2014-08-27 19:51:44 +00:00
55a59e2a10Fixed issue 24 (instead of crashing, an error message is shown in the console and no features are extracted)
matlabbe
2014-08-24 13:55:19 +00:00
7b3d4460e9added some comments
matlabbe
2014-08-06 03:06:05 +00:00
da4ee8637bAdded acknowledge to CameraTcpServer (a client must wait a response before sending images)
matlabbe
2014-08-06 03:00:17 +00:00
072f6cc8f5Updated how the homography is validated (which should be more robust now). Added new parameters Homography/allCornersVisible, Homography/minAngle and General/autoPauseOnDetection.
matlabbe
2014-08-06 01:17:17 +00:00
8b5056d208added --My/Parameter and --params options to find_object app
matlabbe
2014-08-05 18:52:31 +00:00
b6965d416afixed include path for jsoncpp on Mac OS X
matlabbe
2014-08-05 18:17:59 +00:00
679bef2dcbAdded TextSelectable flag on parameters' label
matlabbe
2014-08-04 13:20:24 +00:00
841eeb1989updated tcpClient with new DetectionInfo messages
matlabbe
2014-08-04 01:35:11 +00:00
e6fcc961b8Added DetectionInfo object for easier serialization/deserialization of the detection results. Added filename property in json files Added JsonWritter class for convenience
matlabbe
2014-08-04 01:33:52 +00:00
cd8368f0deAdded Camera::finished() signal
matlabbe
2014-08-03 22:40:37 +00:00
970b9e95aaAdded SetColor menu option to ObjWidget
matlabbe
2014-08-03 22:23:02 +00:00
e37d64a3f3Added TcpRequest tool (ask a running find_object to process an image and wait results over TCP) Refactored CameraTcpClient to CameraTcpServer (to send images we connect to find_object, instead of connecting find_object to an image server), removed parameter CameraIP (missing files)
matlabbe
2014-08-02 06:10:48 +00:00
167aeee4bcAdded TcpRequest tool (ask a running find_object to process an image and wait results over TCP) Refactored CameraTcpClient to CameraTcpServer (to send images we connect to find_object, instead of connecting find_object to an image server), removed parameter CameraIP
matlabbe
2014-08-02 06:09:27 +00:00
b28ca440e8cleanup moved console_app to tools/similarity
matlabbe
2014-08-01 21:12:47 +00:00
6a0136cc16Added JSON optional output when in console mode (see --json option) Added --scene option to process a single scene file Moved some apps in tools subfolder
matlabbe
2014-08-01 21:11:26 +00:00
43e855e822fixed 0.5.0 build for Windows
matlabbe
2014-07-31 20:59:25 +00:00
9bc7c15abcCreated a library find_object for convenience Updated version to 0.5.0
matlabbe
2014-07-31 20:11:46 +00:00