Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

module.hpp vs module/module.hpp

Im working with the latest OpenCV form the master branch.

What is the difference between (for example):

include <opencv2 imgproc.hpp="">

//and

include <opencv2 imgproc="" imgproc.hpp="">

Is it safe, to use both a stable opencv from ubuntu repo, and a self built one?