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?