how to watch cv::Mat type in VC++ debugger?
Is there way to see what type of Mat is current Mat? for example CV_32FC1 or CV_64FC1.
I don't mean something like src.type() == CV_32FC1 I need to watch type of Mat on some breakpoint.