cudawarped
cudawarped
@Colden1zs No I don't have that version. I stopped providing the C++ libs because there are too many combinations. You can see which versions I previously provided [here](https://github.com/cudawarped/opencv_contrib/releases). **Note:** To...
What issue are you having building it yourself? Is it related to using an old verison of OpenCV and CUDA?
To avoid errors use the latest commits from the 4.x branches of both the main and contrib repo with the latest version of CUDA.
Your error is unrelated to `cv::cuda::transpose` and caused by `cv::cuda::GpuMat::setTo`. That said if you don't initialize `d_dst2` to 10. i.e. ``` cv::cuda::GpuMat d_dst2{src.cols, src.rows, src.type()}; ``` then you would recieve...
> and also, this is policy from opencv right? It said default policy but can we some how change the policy to make it much larger? > > ``` >...
> hmm, ok, if this is the case, what do you suggest that we should use for HWC to CHW permuate? I guess we have to implement something by ourselves...
> * there are some syntactic changes: `
> * OpenCV => 4.8 Update to the latest version of OpenCV and try again. If you still have issues post your CMake arguments and configuration output.