Searched refs:isMatx (Results 1 – 3 of 3) sorted by relevance
224 bool isMatx() const;
132 inline bool _InputArray::isMatx() const { return kind() == _InputArray::MATX; } in isMatx() function in cv::_InputArray
4992 if ((_src1.isMatx() + _src2.isMatx()) == 1 in compare()