Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This was a problem with having using namespace cv in a a header, and then including windows headers. This pulled cv::ACCESS_MASK into global scope where it clashed with the already global Windows-defined ACCESS_MASK.

I've fixed this and submitted a PR: https://github.com/Itseez/opencv/pull/1774