Searched defs:isMat (Results 1 – 3 of 3) sorted by relevance
2211 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
2254 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
128 inline bool _InputArray::isMat() const { return kind() == _InputArray::MAT; } in isMat() function in cv::_InputArray