HomeSort by relevance Sort by last modified time
    Searched refs:checkScalar (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/core/src/
precomp.hpp 214 inline bool checkScalar(const Mat& sc, int atype, int sckind, int akind)
228 inline bool checkScalar(InputArray sc, int atype, int sckind, int akind)
arithm.cpp     [all...]
umatrix.cpp 778 CV_Assert( checkScalar(value, type(), _value.kind(), _InputArray::UMAT) );
copy.cpp 472 CV_Assert( checkScalar(value, type(), _value.kind(), _InputArray::MAT ));
    [all...]
matrix.cpp     [all...]

Completed in 194 milliseconds