alasin / Digital-Archive-CBIR

A simple Image retrieval system built using NodeJS. Work in progress.
10 stars 3 forks source link

createvocab.cpp:95 :: allows non-image files to pass #4

Closed uvcyclotron closed 8 years ago

uvcyclotron commented 9 years ago

This check is not sufficient. Currently, this allows non-image files to pass into the imread() call, and error is thrown. Eg: for important directory files like .gitignore, and perhaps other residual files, this error occurs. Fix by adding check for image file.

alasin commented 8 years ago

Fixed.