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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -