Python OpenCV resize is slow -
when run resize function of opencv python version, slow !
following code takes ~0.21s run. image size (300, 300).
im2 = cv2.resize(im, (128, 128)).
it's weird! body can tell me what's wrong ?
opencv version: 3.1.0 or 3.2.0
cpu : i7 5930k
Comments
Post a Comment