matlabbe
|
aa1d2f67e9
|
Fixed issue 2 : save/load from directory, ask user to save objects on quit
Added new action "Remove all objects"
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@78 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-02-04 00:11:11 +00:00 |
|
matlabbe
|
0e3b934316
|
New feature: we can setup the camera to use a video file intead of the webcam.
Fixed a crash when user did "Update Objects" with loaded objects.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@76 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-30 03:16:30 +00:00 |
|
matlabbe
|
465e2d846e
|
Fixed issue 3: added "Load objects from files..." and "Load scene from file..." actions.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@75 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-30 00:54:23 +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
|
a1c6ec7509
|
Added RestoreAllDefaultSettings action in Edit menu
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@72 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-12 22:21:56 +00:00 |
|
matlabbe
|
aafe4beac4
|
Fixed a crash (Windows) after adding an object. This may be related to issue 1. The cause is that the first image acquired from the camera is blank, so no features are extracted and the code not handled this case, crashing during nearest neighbor search.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@67 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-05 00:31:29 +00:00 |
|
matlabbe
|
921206332c
|
Added homographyComputed parameter
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@63 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-04 21:58:29 +00:00 |
|
matlabbe
|
03341c215d
|
Updated signal objectsFound() to send the object rect and full homography
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@62 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-04 21:08:42 +00:00 |
|
matlabbe
|
d7247fba70
|
Simplified Parameter getters to return directly the related type instead of QVariant
Added Nearest neighbor min distance + statistics
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@60 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-04 17:30:36 +00:00 |
|
matlabbe
|
49d11d9212
|
Fixed a crash when the image width/height parameters of the camera are modified while the camera is running.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@58 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-01-03 22:58:46 +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
|
7029f14643
|
Added QStatusBar (with a message when the camera is starting...)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@54 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-26 12:45:35 +00:00 |
|
matlabbe
|
8b12bd8bff
|
Added icons
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@50 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-24 20:45:50 +00:00 |
|
matlabbe
|
1f71177807
|
Added About dialog
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@47 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-24 19:11:30 +00:00 |
|
matlabbe
|
d3d90bc6a9
|
Don't show cmaera rate when the rate is 0
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@44 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 22:12:44 +00:00 |
|
matlabbe
|
52e4d4fc57
|
Added getter of the toolbox on MainWindow
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@43 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 22:04:58 +00:00 |
|
matlabbe
|
26cf597da3
|
bool returned on loadObjects()
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@41 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 21:52:17 +00:00 |
|
matlabbe
|
b1b769ec78
|
updated refresh rate (each second)
Fixed not connected signals/slots
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@40 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 19:12:41 +00:00 |
|
matlabbe
|
13f493aa5c
|
Added signal when an object is detected (id + pos)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@39 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 18:58:55 +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
|
acb12ac688
|
New camera interface using signals/slots (for ROS nodes)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@34 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-23 16:44:14 +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
|
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 |
|
matlabbe
|
d71dcd00ea
|
Fixed wrong GUI timing
Updated version to 0.1.1
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@19 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-10 14:29:38 +00:00 |
|
matlabbe
|
f2f1ab037a
|
Windows : now saving config file to user's documents.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@18 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-10 14:00:20 +00:00 |
|
matlabbe
|
ca47c87b67
|
Settings default filename is now "config.ini"
On Mac OS X and ubuntu, configuration file is saved in ~/.find_object
Added Mac OS X packaging (DragNDrop)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@16 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-09 20:48:04 +00:00 |
|
matlabbe
|
ab8fb21b38
|
Added rectangles to the plain view
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@14 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-11-09 15:07:19 +00:00 |
|
matlabbe
|
e78b7ca029
|
reverted eclipse project name to find_object
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@11 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2011-10-25 15:48:19 +00:00 |
|