Home
last modified time | relevance | path

Searched refs:BadStep (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_host_mem.cpp261 …CV_Error(cv::Error::BadStep, "The matrix is not continuous, thus its number of rows can not be cha… in reshape()
Dcuda_gpu_mat.cpp179 …CV_Error(cv::Error::BadStep, "The matrix is not continuous, thus its number of rows can not be cha… in reshape()
Dmatrix.cpp300 CV_Error(Error::BadStep, "Step must be a multiple of esz1"); in setSize()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp80 BadStep= -13, //!< enumerator
Dmat.inl.hpp413 CV_Error(Error::BadStep, "Step must be a multiple of esz1"); in Mat()
444 CV_Error(Error::BadStep, "Step must be a multiple of esz1"); in Mat()
/external/opencv3/modules/java/src/
Dcore+Core.java67 BadStep = -13, field in Core