opencv-experiments icon indicating copy to clipboard operation
opencv-experiments copied to clipboard

im having a hard time building the visual studio opencv project im getting lots of errors

Open Colden1zs opened this issue 3 months ago • 7 comments
trafficstars

i need these libs if you can provide them opencv_cudaimgproc455.lib opencv_cudaarithm455.lib opencv_cudafilters455.lib opencv_core455.lib opencv_imgproc455.lib

Colden1zs avatar Jul 28 '25 09:07 Colden1zs

@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.

Note: To provide the libraries you requested I would also need to know which version of the CUDA toolkit you wanted to use.

What errors are you getting and why don't you build with the latest version of OpenCV (from the 4.x branches) and CUDA?

cudawarped avatar Jul 28 '25 09:07 cudawarped

12.2

Colden1zs avatar Jul 28 '25 09:07 Colden1zs

well i can do latest version do you even have from opencv latest version? i really need these libs for a project im working on

opencv_core412.lib opencv_imgproc412.lib opencv_cudaimgproc412.lib opencv_cudaarithm412.lib opencv_cudafilters412.lib opencv_cudawarping412.lib opencv_cudaobjdetect412.lib opencv_dnn412.lib opencv_cudacodec412.lib

Colden1zs avatar Jul 28 '25 09:07 Colden1zs

What issue are you having building it yourself? Is it related to using an old verison of OpenCV and CUDA?

cudawarped avatar Jul 28 '25 10:07 cudawarped

i got like 1400 errors when i built im not trying again until tmr i was just wondering if you had the libs just what ever do you have OpenCV 4.12.0 cuda?

Colden1zs avatar Jul 28 '25 10:07 Colden1zs

my codebase rely on

Colden1zs avatar Jul 28 '25 10:07 Colden1zs

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.

cudawarped avatar Jul 28 '25 10:07 cudawarped