peace

Results 2 comments of peace

I would like to move the existing OpenCV operations to the GPU, so I want to rewrite the original `image = cv2.resize(image, (w_resize, h_resize), interpolation=cv2.INTER_LANCZOS4)` to use `cvcuda.resize`. According to...