int2 -> ulong; to work properly with 3 channels

This commit is contained in:
Ilya Lavrenov 2014-02-23 15:12:38 +04:00
parent 0a90d6dde6
commit 0406898b9a

View File

@ -4214,7 +4214,7 @@ const char* memopTypeToStr(int type)
"ushort", "ushort2", "ushort3", "ushort4",
"int", "int2", "int3", "int4",
"int", "int2", "int3", "int4",
"int2", "int4", "?", "int8",
"ulong", "ulong2", "ulong3", "ulong4",
"?", "?", "?", "?"
};
int cn = CV_MAT_CN(type), depth = CV_MAT_DEPTH(type);