Add your own module in opencv
Hi there,
You have your applications and you want to add your own module in opencv without a pull request how do you manage it?
- modify all make files
- add your own module in your repo opencv_contrib
- ...
....
n. add variables in Opencv cmakelist : OPENCV_MYOWN_MODULES_PATH
Ideas are welcome