If I try to write this code Mat.CvType.CV_8UC1 I get an error CvType cannot be resolved or is not a field. What am I missing? I think I added the correct library and DLL in the project properties because everything else works. I need to find those CV_8UC1 CV_8UC2 etc.
source
share