mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 00:01:17 +08:00

on some CUDA versions creating/destroying cufftPlan2d is very time consuming we now create them in ConvolveImpl::create() and destroy them in the dtor this solves issue #3385