b4e97e450d
First draft of a fixed vocabulary (issue #2)
matlabbe
2015-06-23 18:21:30 -04:00
b07239a000
Added OpenCV 3 support (CUDA module not yet tested)
matlabbe
2015-06-23 16:38:47 -04:00
a50929b0fc
Added a decimal to double parameters
matlabbe
2015-06-10 19:11:37 -04:00
388236e5c4
Added "--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
98d99aa91c
0.2.1
Paul Bovbel
2015-06-08 09:03:46 -04:00
6eef12333f
Update changelogs
Paul Bovbel
2015-06-08 09:02:46 -04:00
9754130ec8
ignore ".." and "." subdirectories
matlabbe
2015-06-04 09:41:57 -04:00
76b6ff4b7e
Added option to recursively parse subdirectories when loading objects (File->"Load objects...")
matlabbe
2015-06-03 21:46:35 -04:00
4675fefe36
Merge pull request #15 from bricerebsamen/stamp_rounding_error
Lucid One
2015-03-19 16:06:28 -04:00
683acafa4a
fixed some warnings on Windows
matlabbe
2015-03-02 16:39:48 +00:00
58f130fc62
updated version to 0.5.1
matlabbe
2015-03-02 16:06:06 +00:00
d1b27af512
Conversion in integral precision
Brice Rebsamen
2015-02-11 11:36:56 -08:00
2c57225370
Added a test for rounding errors in stamp conversion
Brice Rebsamen
2015-02-11 11:29:33 -08:00
4d38452950
fixed segmentation fault in loadSettings()
matlabbe
2015-01-19 18:40:29 +00:00
9b7587182a
minor change...
matlabbe
2015-01-12 16:48:09 +00:00
82f953b911
Added tcpService tool to Add/Remove objects through TCP
matlabbe
2015-01-12 01:19:09 +00:00
5d1f30cc09
Added "--session" argument to load a session on startup
matlabbe
2015-01-09 22:53:05 +00:00
02e31c2e69
Added "save/load session" menu actions.
matlabbe
2015-01-09 22:44:16 +00:00
84166e6ddc
fixed Debug build errors, changed all Q_ASSERT to UASSERT
matlabbe
2015-01-05 23:11:15 +00:00
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
matlabbe
2014-12-23 21:22:18 +00:00
a96ea6c4f5
Added DragNDrop images directly in objects or scene zones.
matlabbe
2014-12-22 21:56:10 +00:00
807c8b5b43
Added 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
4d3b9e88b2
Added 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
783173bf43
Added some debug traces
matlabbe
2014-09-26 20:33:08 +00:00
b3024cb1dc
fixed 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
e3f1b28a5a
updated install bin destination
matlabbe
2014-08-28 22:31:21 +00:00
33baa6e171
fixed not installed icns in mac os x bundle
matlabbe
2014-08-28 21:36:23 +00:00
91c70ef181
Using default parameters when [ --config "" ] is used. Updated default: sendNoObjDetectedEvents = true. fixed mirror view when autoScale is set on/off
matlabbe
2014-08-28 17:54:29 +00:00
2b229dcec2
Building JSONCPP inside Find-Object (easiest integration for Windows)
matlabbe
2014-08-27 20:30:56 +00:00
c8192c4d0c
fixed build on Windows
matlabbe
2014-08-27 19:51:44 +00:00
55a59e2a10
Fixed 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
7b3d4460e9
added some comments
matlabbe
2014-08-06 03:06:05 +00:00
da4ee8637b
Added acknowledge to CameraTcpServer (a client must wait a response before sending images)
matlabbe
2014-08-06 03:00:17 +00:00
072f6cc8f5
Updated 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
8b5056d208
added --My/Parameter and --params options to find_object app
matlabbe
2014-08-05 18:52:31 +00:00
b6965d416a
fixed include path for jsoncpp on Mac OS X
matlabbe
2014-08-05 18:17:59 +00:00
679bef2dcb
Added TextSelectable flag on parameters' label
matlabbe
2014-08-04 13:20:24 +00:00
841eeb1989
updated tcpClient with new DetectionInfo messages
matlabbe
2014-08-04 01:35:11 +00:00
e6fcc961b8
Added 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
cd8368f0de
Added Camera::finished() signal
matlabbe
2014-08-03 22:40:37 +00:00
970b9e95aa
Added SetColor menu option to ObjWidget
matlabbe
2014-08-03 22:23:02 +00:00
9829b29dd0
minor fixes
matlabbe
2014-08-03 21:35:28 +00:00
e37d64a3f3
Added 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
167aeee4bc
Added 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
b28ca440e8
cleanup moved console_app to tools/similarity
matlabbe
2014-08-01 21:12:47 +00:00
6a0136cc16
Added 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
43e855e822
fixed 0.5.0 build for Windows
matlabbe
2014-07-31 20:59:25 +00:00
9bc7c15abc
Created a library find_object for convenience Updated version to 0.5.0
matlabbe
2014-07-31 20:11:46 +00:00