13a0887e3f
refactor/simplify README build instructions so subsections are linkable and commands are copy-pasteable
Ryan Flynn2016-12-28 18:46:56 -05:00
43f9166aff
This fixes#18 where openning previous annotation files causes a bug in resizing bounding boxes, they were not rectangle anymore and could become deformed.
nkh2016-11-08 13:06:13 +03:30
686502e1ac
Merge pull request #22 from ros-perception/paulbovbel-patch-1
Paul Bovbel2016-10-27 11:01:20 -04:00
de98e88dcb
Merge pull request #23 from rflynn/ensure-filename-defined
darrenl2016-10-24 09:18:42 +08:00
5ae63c09cd
ensure filename variable exists for all code paths
Ryan Flynn2016-10-22 23:37:33 -04:00
a550ee426d
Update README and add clean in Makefile
tzutalin2016-10-22 10:27:50 +08:00
1f44524b9d
Fixed crash when selecting hamming flann distance, then change to bruteforce NN, then change to float descriptor
matlabbe2016-09-22 12:24:25 -04:00
4b68201a23
ROS: added kinect2 example
matlabbe2016-02-22 18:50:37 -05:00
f6663a6327
Merge pull request #8 from markd666/master
darrenl2016-02-15 19:24:26 +08:00
28062bafc4
Filename of current image is used as default name when saving label data
Mark Shilton2016-02-12 13:23:12 +00:00
1981da9b22
Filename of current image is used as default name when saving label data
Mark Shilton2016-02-12 13:16:29 +00:00
91bce9ac69
Added "NearestNeighbor/7ConvertBinToFloat" parameter: This will convert binary descriptors to float so that vocabulary approaches with KD-Tree or K-means can be used with binary descriptors like Brief/ORB/FREAK (use MANHATTAN_L1 too)
matlabbe2016-02-01 12:53:16 -05:00
9525a55617
fixed empty image fatal error when updating objects on ROS
matlabbe2016-01-19 00:03:10 -05:00
3476d91bb4
clear in/out label when updating objects
matlabbe2016-01-17 18:02:40 -05:00
8b711782fd
Qt5: fixed crash in PdfPlotCurve::setData()
matlabbe2016-01-17 17:33:07 -05:00
55b47aa95d
fixed build error (<QtGui/QApplication> not found) with Qt5
matlabbe2016-01-17 16:33:30 -05:00
2c0e121d82
Fixed crash (OpenCV Error: Unsupported format or combination of formats) when both detector and descriptors are changed AND new type is not compatible with nearest-beighbor approach used (float vs binary)
matlabbe2016-01-17 15:21:03 -05:00
706f83ffd4
Added ASSERT before detecting features to make sure that an image exist and is CV_8UC1 type
matlabbe2016-01-17 14:16:19 -05:00
52387f27b3
Fixed double re-detection when the camera is not running and objects were updated
matlabbe2016-01-17 14:01:36 -05:00
9cc9868820
Fixed double features re-extraction when both detector and descriptor types are changed at the same time.
matlabbe2016-01-17 13:50:59 -05:00
ccb679e7c2
OpenCV3: added RHO homography type "Homography/method"
matlabbe2016-01-17 12:24:42 -05:00
c6ee7a27ef
Fixed crash when computing homographies (std::vector() out of bound error)
matlabbe2016-01-17 11:26:12 -05:00
dd56234989
sort by name while importing all images
tzutalin2016-01-05 13:51:12 +08:00
6dc66d5730
Fixed doubleSpinBox max value when default value=0
matlabbe2015-12-18 17:42:38 -05:00
4da87bd622
Avoid to be deformed while resizing it
tzutalin2015-12-17 13:33:13 +08:00
3b01871851
Load Pascal xml for each image if setting saved annotation folder
tzutalin2015-12-10 17:19:09 +08:00
38c9cabb01
If no image, cannot load annotion xml
tzutalin2015-12-09 21:51:26 +08:00
ed787d4f3a
Add a function which can load xml file
tzutalin2015-12-09 21:29:26 +08:00