This project tries to analyze the time taken to convert different number of images to grayscale particularly, 100,200....
pip install opencv-python
py script <inputdir> <outputdir>
Number of Images | Time taken to convert to Gray Scale |
---|---|
100 | 1.995 s |
200 | 3.997 s |
300 | 5.869 s |
400 | 8.362 s |
500 | 9.881 s |
The nature of the graph should be linear in ideal case for converting lower scale images to upper scale. However, if different images or different hardware is used, the results may vary.