[python] image processing speed comparison cv2 vs imageio
There are two way on image processing in python.
I wondered the speed using 'cv2' and 'imageio' on reading images.
I tested with 1000*667 size picture to compare their speed.
'cv2' was faster than 'imageio' in all time and the records were 32%, 39%, 29%, 44%, 49%, 40%, 42%, 45%, 34%, 40%.
The average is 39.4%.
Conclusion : Use cv2!!!
'Statictics & Math & Data Science > 파이썬 데이터 분석' 카테고리의 다른 글
[Regression] Piecewise Regression with numpy (0) | 2019.01.29 |
---|---|
[케라스(keras)] 케라스에서 텐서보드 사용하기-Tensorboard with Keras (0) | 2019.01.21 |
[케라스(keras)] MLP regression 다층퍼셉트론으로 회귀모델 만들기 (1) | 2019.01.17 |
[데이터 시각화] Matplotlib로 3D scatter plot 그리기 (0) | 2019.01.15 |
[python] cv2와 imageio의 속도 비교 (0) | 2019.01.14 |