开发者

How do we modify OpenCV and generate new DLLs

开发者 https://www.devze.com 2023-01-22 04:03 出处:网络
The OpenCV library is great. Most functions have the required functionality, however, I would like to modify some of the functions and recompile so that it fits my specific needs. how would we recompi

The OpenCV library is great. Most functions have the required functionality, however, I would like to modify some of the functions and recompile so that it fits my specific needs. how would we recompile the dlls and other files? is there a built-in script or do we need to write all the scripts ourselves?开发者_StackOverflow


According to the install guide, you'll need CMake to compile it on Windows.

I found this tutorial that shows step-by-step how to compile OpenCV 2.0 on Windows, but I believe the instructions also apply for compiling OpenCV 2.1.

This thread is directly related to what you aim.

0

精彩评论

暂无评论...
验证码 换一张
取 消