acdha / image-mining

Experiments mining image collections using OpenCV
Other
64 stars 21 forks source link

locate-thumbnail: handle assertion failures in knnMatchImpl #4

Open acdha opened 10 years ago

acdha commented 10 years ago
INFO locate_thumbnail: Attempting to locate /tmp/tmp55VhJu-wdl-204.thumbnail/mstr_nmap030.tif.jpg within /tmp/tmp55VhJu-wdl-204.thumbnail/nmap030.tif.jpg
INFO locate_thumbnail: Resizing master to fit within 8192 pixels
INFO fit_image_within: Resizing from (12570, 8871) to (8192, 5781)
OpenCV Error: Assertion failed (trainDescCollection[iIdx].rows < IMGIDX_ONE) in knnMatchImpl, file /build/buildd/opencv-2.4.5/modules/features2d/src/matchers.cpp, line 365
ERROR main: Error processing /tmp/tmp55VhJu-wdl-204.thumbnail/mstr_nmap030.tif.jpg /tmp/tmp55VhJu-wdl-204.thumbnail/nmap030.tif.jpg: /build/buildd/opencv-2.4.5/modules/features2d/src/matchers.cpp:365: error: (-215) trainDescCollection[iIdx].rows < IMGIDX_ONE in function knnMatchImpl
guysoft commented 8 years ago

Same here @acdha did you have any progress?