Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you look in each module's folder, there is the CMakeLists.txt file. If you open that, there is the line that starts with ocv_define.

In aruco, it looks like this

ocv_define_module(aruco opencv_core opencv_imgproc opencv_calib3d WRAP python java)

The modules core, imgproc and calib3d are the dependencies.