Ask Your Question
0

OpenCV for Windows without CUDA

asked 2014-06-06 05:57:57 -0600

jpencausse gravatar image

Hi,

I'm looking for pre-build OpenCV and EmguCV for Windows without CUDA because OpenCV size jump from 20Mb to 500mb

Removing dll seems not working, everything is required

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-06-06 06:26:55 -0600

The latest 2.4.9 prebuilt binaries found here are built without CUDA support. In order to only use the libraries you actually need you can statically link your libraries to your project which will include them at run time. This makes sure that you do not have to ship a complete OpenCV package with each installation.

As for EmguCV, that is a C# package which is not officially supported, thus no help shall be provided here. You should focus on the emguCV help forum for that.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-06-06 05:57:57 -0600

Seen: 697 times

Last updated: Jun 06 '14