Pull Request about opencv and opencv_contrib
Hi,
I want to make a pull request about how opencv_contrib module detect glog gflags eigen and ceres. I think that some file should move in folder opencv/cmake like dnn/OpenCVFindLibProtobuf.cmake and sfm/FindGflags.cmake to avoid multi cmake variable for same detection.
To make a pull request I have to create a branch. But when I create a branch in opencv git check opencv folder and when I create a branch in opencv_contrib git check opencv_contrib folder. Is it possible to create a branch working for opencv and opencv_contrib?
Thanks for your answer
PS may be stackoverflow is a good place for this question too
I have found a way :
create a branch CMakeSFMCAFFE in opencv and clone opencv_contrib in a new folder opencv_contrib_test. Then I give this path in CMakeGUI to opencv_extra_module_path.
It is not good like a branch but I can test without killing my good configuration of opencv and opencv_contrib