Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dstereobm.cpp1054 … CV_Error( Error::StsOutOfRange, "preFilterType must be = CV_STEREO_BM_NORMALIZED_RESPONSE" ); in compute()
1057 CV_Error( Error::StsOutOfRange, "preFilterSize must be odd and be within 5..255" ); in compute()
1060 CV_Error( Error::StsOutOfRange, "preFilterCap must be within 1..63" ); in compute()
1064 …CV_Error( Error::StsOutOfRange, "SADWindowSize must be odd, be within 5..255 and be not larger tha… in compute()
1067 CV_Error( Error::StsOutOfRange, "numDisparities must be positive and divisble by 16" ); in compute()
1070 CV_Error( Error::StsOutOfRange, "texture threshold must be non-negative" ); in compute()
1073 CV_Error( Error::StsOutOfRange, "uniqueness ratio must be non-negative" ); in compute()
Dptsetreg.cpp56 CV_Error( Error::StsOutOfRange, "the number of model points should be positive" ); in RANSACUpdateNumIters()
/external/opencv3/modules/core/src/
Dcuda_host_mem.cpp264 CV_Error(cv::Error::StsOutOfRange, "Bad new number of rows"); in reshape()
Dcuda_gpu_mat.cpp182 CV_Error(cv::Error::StsOutOfRange, "Bad new number of rows"); in reshape()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp109 StsOutOfRange= -211, //!< some of parameters are out of range enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java96 StsOutOfRange = -211, field in Core