spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.68k stars 11.52k forks source link

Updated the way multiple images are loaded #814

Open Mohit-robo opened 1 year ago

Mohit-robo commented 1 year ago

Made changes for loading multiple images in 2 files. Previously all image names had to be provided, with this commit user has to just provide the directory path, considering the directory only contains required images.

Previously : image

Changes : image

vikasgupta-github commented 7 months ago

have you made sure that the filenames array is sorted?