Well, I want to implement a new algorithm for opencv_contrib
. It is my first time to do such thing and I haven't any idea about this. Neither can't I find any information on such topic on the internet. I just find coding style guide about opencv not opencv_contrib. I try to add my module after existing modules, but I can't find the build result of my module using the following Cmake command:
$ cd <opencv_build_directory>
$ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules <opencv_source_directory>
$ make -j5
So is anyone can help me? Thank you.