added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.

This commit is contained in:
Vadim Pisarevsky
2012-05-12 13:54:26 +00:00
parent 8408499c94
commit 9bbcebd6b0
11 changed files with 335 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
namespace cv
{
CV_EXPORTS_W bool initModule_nonfree();
CV_EXPORTS bool initModule_nonfree();
}