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
|
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
|
580aa6c6fc
|
removed compilation warning "not used variable test"
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@338 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2014-06-19 13:45:04 +00:00 |
|
matlabbe
|
19b5776ba4
|
Added "Camera from TCP/IP..." action. Find-Object can connect to a server to receive images over TCP/IP. Look at the "imagesTcpServer" example to know how to send a images. The stream format is [quint64 size, std::vector<unsigned char> data]. The data array is decoded to a cv:Mat image using cv::imdecode(data, cv::IMREAD_UNCHANGED). In the server example, the images are encoded like that: cv::imencode(".png", image, data).
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@280 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2014-05-21 21:31:42 +00:00 |
|
matlabbe
|
15f441154a
|
Fixed compilation warning (with clang)
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@101 620bd6b2-0a58-f614-fd9a-1bd335dccda9
|
2012-05-10 01:44:07 +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 |
|