Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. OpenCV is an open source project and all its code is open to everyone. You can download it, compile it, debug it, and do anything you want.

  2. If I am not mistaken, OpenCV manager is just a service for applications that use OpenCV. For example if multiple applications use same version of OpenCV only one binary with OpenCV will be used (instead of binary per application). So I guess it is not easy to debug OpenCV code through OpenCV manager.