Searched refs:StsOutOfRange (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | stereobm.cpp | 1054 … 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()
|
D | ptsetreg.cpp | 56 CV_Error( Error::StsOutOfRange, "the number of model points should be positive" ); in RANSACUpdateNumIters()
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 264 CV_Error(cv::Error::StsOutOfRange, "Bad new number of rows"); in reshape()
|
D | cuda_gpu_mat.cpp | 182 CV_Error(cv::Error::StsOutOfRange, "Bad new number of rows"); in reshape()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 109 StsOutOfRange= -211, //!< some of parameters are out of range enumerator
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 96 StsOutOfRange = -211, field in Core
|