Home
last modified time | relevance | path

Searched refs:isMatx (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp224 bool isMatx() const;
Dmat.inl.hpp132 inline bool _InputArray::isMatx() const { return kind() == _InputArray::MATX; } in isMatx() function in cv::_InputArray
/external/opencv3/modules/core/src/
Darithm.cpp4992 if ((_src1.isMatx() + _src2.isMatx()) == 1 in compare()