ability to create an OpenCV module out of source (Feature #1953)
Description
As discussed with Andrey and Vadim, it would be nice to use the awesome new macros to create OpenCV modules, but without necessitating the module to be located in the OpenCV source, and therefore built with it.
That would help independent module development and potential later merge.
I guess that requires extracting all the macros and merge them in a Cmake file that will be for development only (an OpenCVConfig-devel.cmake file).
History
Updated by Kirill Kornyakov almost 13 years ago
- Category set to build/install
Updated by Kirill Kornyakov about 12 years ago
I suggest to add this feature request to the 2.5 version.
- Target version set to 3.0
Updated by Kirill Kornyakov over 11 years ago
Roman, could you please close this ticket when the wiki page is ready?
- Assignee set to Roman Donchenko
- Priority changed from Normal to High
- Target version changed from 3.0 to 2.4.6
Updated by Kirill Kornyakov over 11 years ago
Done with the following CMake option:
cmake -DOPENCV_EXTRA_MODULES_PATH=../YOUR_CUSTOM_FOLDER/modules ../opencv
- Status changed from Open to Done