/external/opencv3/modules/photo/src/ |
D | denoising.cpp | 99 CV_Error(Error::StsBadArg, in fastNlMeansDenoising_() 141 CV_Error(Error::StsBadArg, in fastNlMeansDenoising() 158 CV_Error(Error::StsBadArg, in fastNlMeansDenoising() 163 CV_Error(Error::StsBadArg, in fastNlMeansDenoising() 176 CV_Error(Error::StsBadArg, "Type of input image should be CV_8UC3 or CV_8UC4!"); in fastNlMeansDenoisingColored() 216 CV_Error(Error::StsBadArg, "Input images vector should not be empty!"); in fastNlMeansDenoisingMultiCheckPreconditions() 222 CV_Error(Error::StsBadArg, "All windows sizes should be odd!"); in fastNlMeansDenoisingMultiCheckPreconditions() 229 CV_Error(Error::StsBadArg, in fastNlMeansDenoisingMultiCheckPreconditions() 237 CV_Error(Error::StsBadArg, "Input images should have the same size and type!"); in fastNlMeansDenoisingMultiCheckPreconditions() 302 CV_Error(Error::StsBadArg, in fastNlMeansDenoisingMulti_() [all …]
|
/external/opencv3/modules/flann/test/ |
D | test_lshtable_badarg.cpp | 77 errors += run_test_case(Error::StsBadArg, "key_size is zero", caller); in run() 80 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller); in run() 83 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller); in run()
|
/external/opencv3/modules/calib3d/test/ |
D | test_stereomatching.cpp | 78 CV_Error( Error::StsBadArg, "img is empty" ); in computeTextureBasedMasks() 98 CV_Error( Error::StsBadArg, "dispMap is empty" ); in checkTypeAndSizeOfDisp() 100 CV_Error( Error::StsBadArg, "dispMap must have CV_32FC1 type" ); in checkTypeAndSizeOfDisp() 102 CV_Error( Error::StsBadArg, "dispMap has incorrect size" ); in checkTypeAndSizeOfDisp() 108 CV_Error( Error::StsBadArg, "mask is empty" ); in checkTypeAndSizeOfMask() 110 CV_Error( Error::StsBadArg, "mask must have CV_8UC1 type" ); in checkTypeAndSizeOfMask() 112 CV_Error( Error::StsBadArg, "mask has incorrect size" ); in checkTypeAndSizeOfMask() 146 CV_Error( Error::StsBadArg, "known disparity values must be positive" ); in checkDispMapsAndUnknDispMasks() 166 CV_Error( Error::StsBadArg, "rightUnknDispMask must be empty if _rightDisp is empty" ); in computeOcclusionBasedMasks() 233 CV_Error( Error::StsBadArg, "disp is empty" ); in computeDepthDiscontMask() [all …]
|
/external/opencv3/modules/core/test/ |
D | test_hal_core.cpp | 92 CV_Error(Error::StsBadArg, "unknown function"); in TEST() 110 CV_Error(Error::StsBadArg, "unknown function"); in TEST() 173 CV_Error(Error::StsBadArg, "unknown function"); in TEST()
|
/external/opencv3/samples/cpp/ |
D | pca.cpp | 58 CV_Error(Error::StsBadArg, error_message); in read_imgList() 82 CV_Error(Error::StsBadArg, "Only Matrices with one channel are supported"); in toGrayscale()
|
D | openni_capture.cpp | 146 CV_Error( Error::StsBadArg, "Incorrect length of -m argument string" ); in parseCommandLine() 231 CV_Error( Error::StsBadArg, "Unsupported image mode property.\n"); in main()
|
D | grabcut.cpp | 43 CV_Error( Error::StsBadArg, "comMask is empty or has incorrect type (not CV_8UC1)" ); in getBinMask()
|
D | calibration.cpp | 133 CV_Error(Error::StsBadArg, "Unknown pattern type\n"); in calcChessboardCorners()
|
/external/opencv3/modules/core/src/ |
D | lda.cpp | 46 CV_Error(Error::StsBadArg, error_message); in argsort() 58 CV_Error(Error::StsBadArg, error_message); in asRowMatrix() 74 CV_Error(Error::StsBadArg, error_message); in asRowMatrix() 182 CV_Error(Error::StsBadArg, error_message); in subspaceProject() 187 CV_Error(Error::StsBadArg, error_message); in subspaceProject() 220 CV_Error(Error::StsBadArg, error_message); in subspaceReconstruct() 225 CV_Error(Error::StsBadArg, error_message); in subspaceReconstruct() 1016 CV_Error(Error::StsBadArg, error_message); in lda() 1021 CV_Error(Error::StsBadArg, error_message); in lda() 1104 CV_Error(Error::StsBadArg, error_message); in compute()
|
D | cuda_host_mem.cpp | 269 …CV_Error(cv::Error::StsBadArg, "The total number of matrix elements is not divisible by the new nu… in reshape()
|
D | cuda_gpu_mat.cpp | 187 …CV_Error(cv::Error::StsBadArg, "The total number of matrix elements is not divisible by the new nu… in reshape()
|
/external/opencv3/modules/flann/src/ |
D | miniflann.cpp | 317 CV_Error(Error::StsBadArg, "Only continuous arrays are supported"); in buildIndex_() 403 CV_Error(Error::StsBadArg, "Unknown/unsupported distance type"); in build() 456 CV_Error(Error::StsBadArg, "Unknown/unsupported distance type"); in release() 588 CV_Error(Error::StsBadArg, "Unknown/unsupported distance type"); in knnSearch() 626 CV_Error(Error::StsBadArg, "Unknown/unsupported distance type"); in radiusSearch() 694 CV_Error(Error::StsBadArg, "Unknown/unsupported distance type"); in save()
|
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
D | features2d_manual.hpp | 155 CV_Error( Error::StsBadArg, "Specified feature detector type is not supported." ); in CV_EXPORTS_AS() 269 CV_Error( Error::StsBadArg, "Specified descriptor matcher type is not supported." ); 374 CV_Error( Error::StsBadArg, "Specified descriptor extractor type is not supported." );
|
/external/opencv3/modules/stitching/src/ |
D | timelapsers.cpp | 55 CV_Error(Error::StsBadArg, "unsupported timelapsing method"); in createDefault()
|
D | exposure_compensate.cpp | 56 CV_Error(Error::StsBadArg, "unsupported exposure compensation method"); in createDefault()
|
/external/opencv3/modules/superres/src/ |
D | frame_source.cpp | 129 CV_Error(Error::StsBadArg, "Failed to detect input frame kind" ); in nextFrame()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | match_template.cpp | 159 CV_Error(Error::StsBadArg, "unsupported match template mode"); in getTemplateThreshold() 480 CV_Error(Error::StsBadArg, "unsupported number of channels"); in match() 588 CV_Error(Error::StsBadArg, "unsupported number of channels"); in match()
|
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 395 CV_Error(Error::StsBadArg, ""); in set() 406 CV_Error(Error::StsBadArg, ""); in get()
|
D | draw.cpp | 106 CV_Error( Error::StsBadArg, "Incorrect type of input image.\n" ); in drawKeypoints()
|
/external/opencv3/modules/imgproc/src/ |
D | colormap.cpp | 67 CV_Error(Error::StsBadArg, "cv::argsort only sorts 1D matrices."); in argsort() 548 CV_Error( Error::StsBadArg, "Unknown colormap id; use one of COLORMAP_*"); in applyColorMap()
|
/external/opencv3/modules/core/src/opencl/runtime/ |
D | opencl_core.cpp | 269 CV_ErrorNoReturn(cv::Error::StsBadArg, "Invalid function ID"); in opencl_check_fn()
|
/external/opencv3/modules/calib3d/src/ |
D | fundam.cpp | 362 CV_Error(Error::StsBadArg, "The input arrays should be 2D or 3D point sets"); in findHomography() 389 CV_Error(Error::StsBadArg, "Unknown estimation method"); in findHomography() 743 CV_Error(Error::StsBadArg, "The input arrays should be 2D or 3D point sets"); in findFundamentalMat() 811 CV_Error( Error::StsBadArg, "The input should be a 2D or 3D point set"); in computeCorrespondEpilines()
|
/external/opencv3/modules/video/src/ |
D | camshift.cpp | 62 CV_Error( Error::StsBadArg, "Input window has non-positive sizes" ); in meanShift()
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | lsh_table.h | 271 …CV_Error(cv::Error::StsBadArg, cv::format("Invalid key_size (=%d). Valid values for your system ar… in initialize()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 72 StsBadArg= -5, //!< function arg/param is bad enumerator
|