alasin / Digital-Archive-CBIR

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

histogram.py:38 :: glob.glob(<imagepath>) fails for JPG #2

Closed uvcyclotron closed 8 years ago

uvcyclotron commented 9 years ago

Currently it takes only .jpg files (extension case-sensitive). Fails for files with name: .JPG. Fix required to make it accept either of those.

alasin commented 8 years ago

Fix: 4eee781