Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the 'client api' module headers got moved one up in 3.0,

opencv2/core/core.hpp is now opencv2/core.hpp.

but both are safe to use, since the actual opencv2/core/core.hpp references opencv2/core.hpp

the 'client api' module headers got moved one up in 3.0,

opencv2/core/core.hpp is now opencv2/core.hpp.

but

  • for 3.0, both are safe to use, since the actual opencv2/core/core.hpp references opencv2/core.hpp
  • for 2.4, you can only use opencv2/core/core.hpp

so, if you switch branches often, it's probably best to keep the old convention.