Commit Graph

3619 Commits

Author SHA1 Message Date
matlabbe 8b711782fd Qt5: fixed crash in PdfPlotCurve::setData() 2016-01-17 17:33:07 -05:00
matlabbe 55b47aa95d fixed build error (<QtGui/QApplication> not found) with Qt5 2016-01-17 16:33:30 -05:00
matlabbe 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) 2016-01-17 15:21:03 -05:00
matlabbe 706f83ffd4 Added ASSERT before detecting features to make sure that an image exist and is CV_8UC1 type 2016-01-17 14:16:19 -05:00
matlabbe 52387f27b3 Fixed double re-detection when the camera is not running and objects were updated 2016-01-17 14:01:36 -05:00
matlabbe 9cc9868820 Fixed double features re-extraction when both detector and descriptor types are changed at the same time. 2016-01-17 13:50:59 -05:00
matlabbe ccb679e7c2 OpenCV3: added RHO homography type "Homography/method" 2016-01-17 12:24:42 -05:00
matlabbe c6ee7a27ef Fixed crash when computing homographies (std::vector() out of bound error) 2016-01-17 11:26:12 -05:00
tzutalin dd56234989 sort by name while importing all images 2016-01-05 13:51:12 +08:00
matlabbe 6dc66d5730 Fixed doubleSpinBox max value when default value=0 2015-12-18 17:42:38 -05:00
tzutalin 4da87bd622 Avoid to be deformed while resizing it 2015-12-17 13:33:13 +08:00
tzutalin 3b01871851 Load Pascal xml for each image if setting saved annotation folder 2015-12-10 17:20:06 +08:00
tzutalin 38c9cabb01 If no image, cannot load annotion xml 2015-12-09 21:51:26 +08:00
tzutalin ed787d4f3a Add a function which can load xml file 2015-12-09 21:29:26 +08:00
tzutalin e85c4568b9 Update README 2015-12-04 22:51:44 +08:00
matlabbe 0a22ed804c Version 0.6.1 2015-11-30 01:15:58 -05:00
matlabbe cff1d4eac7 Added "--tcp_threads" argument for multi-threaded detections (on multiple ports) 2015-11-30 00:27:57 -05:00
matlabbe 164da72169 Added Qt5 support ("cmake -DFINDOBJECT_QT_VERSION=5 ..") 2015-11-29 18:39:20 -05:00
TzuTa Lin 16de4a1a40 Replace Image with cv2 and upload freeze_build for pyinstaller 2015-11-24 13:08:43 +08:00
TzuTa Lin 30cce26d22 Update README 2015-11-23 14:21:55 +08:00
Darren Lin(林子達) 1187b96403 Add setep steps for windows 2015-11-22 16:57:50 +08:00
tzutalin f6842b3377 Fix unreferenced variable in openPrevImg 2015-11-21 21:42:16 +08:00
tzutalin 76b610aa6d Support openPrevious function 2015-11-21 17:39:47 +08:00
tzutalin db2a223cc3 Update README 2015-11-21 00:32:05 +08:00
tzutalin ccdc3aecb3 Update README and demo.png 2015-11-21 00:26:00 +08:00
tzutalin aa1860b497 add predefined class text file 2015-11-21 00:15:21 +08:00
tzutalin 66645103e5 Merge features: 1.autoSaving while nexting 2.Add predefined classes 3. avoid using 0-valued coordinates, from https://github.com/tzutalin/labelImg/pull/1 2015-11-20 23:43:03 +08:00
TzuTa Lin ef61f0d827 Save the last open dir and target dir 2015-11-17 13:00:37 +08:00
TzuTa Lin 87dab57ec9 Labels will be added to history and re-use it while showing pop window 2015-11-17 10:50:28 +08:00
TzuTa Lin 06c9adf494 show message when saving 2015-11-16 20:34:55 +08:00
TzuTa Lin 9f35536561 Show message when changing saved folder 2015-11-16 20:30:13 +08:00
TzuTa Lin f3cf1ba2c4 Fix default saved folder issue 2015-11-16 20:19:44 +08:00
tzutalin 17fbb5e9a7 Update README 2015-11-16 13:40:19 +08:00
matlabbe ae7b79629b Removed not used pcl_ros dependency 2015-11-12 15:25:37 -05:00
tzutalin a87ef4c70e Fix typo 2015-09-18 22:49:00 +08:00
TzuTa Lin 26e1056e02 Add demo.png 2015-09-18 19:29:51 +08:00
TzuTa Lin 8d81647864 mv some of python files to libs 2015-09-17 15:22:58 +08:00
TzuTa Lin 7b8a3bf2af rename pascal voc writer 2015-09-17 15:00:52 +08:00
TzuTa Lin c40b0db7f2 Typo 2015-09-17 14:50:58 +08:00
TzuTa Lin 0f9cae650d Add video demo link 2015-09-17 10:44:35 +08:00
TzuTa Lin c4413d62a5 First commit 2015-09-17 10:37:20 +08:00
matlabbe bcc74f4a80 issue #5: select default detector/descriptor if a not available one is set in config 2015-08-07 23:29:52 -04:00
matlabbe 730a0bad74 Update README.md 2015-08-06 09:40:54 -04:00
Mathieu Labbé 028bfcf52e Updated version to 0.6.0 2015-07-10 16:00:34 -04:00
Mathieu Labbé 181b00bf22 fixed crash when selecting SIFT detector while DAISY descriptor is used. 2015-07-10 15:47:28 -04:00
Mathieu Labbé 4b5da36512 Fixed build with OpenCV 3 CUDA (issue #3) 2015-07-10 14:27:11 -04:00
matlabbe dd14e5e1ca Added Load/Save vocabulary actions in File menu (in console mode, see "--vocabulary" option) (issue #2) 2015-07-07 16:49:38 -04:00
matlabbe a4a9b8ca5f Removed IplImage when using OpenCV3 (issue #3) 2015-07-07 11:09:03 -04:00
Mathieu Labbé bb097b2bab fixed truncation double->float warnings 2015-07-06 14:22:48 -04:00
matlabbe f1bba5b8fb Added wordID in shown keypoint info, improved fixed vocabulary behavior 2015-06-24 18:07:52 -04:00