5

If I try to write that code Mat.CvType.CV_8UC1 I get the error CvType cannot be resolved or is not a field. What am I missing? I think I've added the correct library and DLL in the project properties because everything else seems to be working. I need to find those CV_8UC1 CV_8UC2, etc.

4

1 に答える 1

10

CvType.CV_8UC1insted の使用を試すことができますMat.CvType.CV_8UC1

于 2013-08-21T07:46:00.300 に答える