CV_StsUnmatchedFormats 272 modules/calib3d/src/calibration.cpp CV_Error( CV_StsUnmatchedFormats, "All the matrices must have the same data type" ); CV_StsUnmatchedFormats 280 modules/calib3d/src/calibration.cpp CV_Error( CV_StsUnmatchedFormats, "Jacobian must have 32fC1 or 64fC1 datatype" ); CV_StsUnmatchedFormats 391 modules/calib3d/test/test_cameracalibration_badarg.cpp errors += run_test_case( CV_StsUnmatchedFormats, "Bad dst formart", bad_caller ); CV_StsUnmatchedFormats 399 modules/calib3d/test/test_cameracalibration_badarg.cpp errors += run_test_case( CV_StsUnmatchedFormats, "Bad jacobian format", bad_caller ); CV_StsUnmatchedFormats 403 modules/calib3d/test/test_cameracalibration_badarg.cpp errors += run_test_case( CV_StsUnmatchedFormats, "Bad jacobian format", bad_caller ); CV_StsUnmatchedFormats 437 modules/core/src/array.cpp CV_Error( CV_StsUnmatchedFormats, CV_StsUnmatchedFormats 442 modules/core/src/array.cpp CV_Error( CV_StsUnmatchedFormats, CV_StsUnmatchedFormats 447 modules/core/src/array.cpp CV_Error( CV_StsUnmatchedFormats, CV_StsUnmatchedFormats 823 modules/core/src/matrix.cpp CV_Error(CV_StsUnmatchedFormats, ""); CV_StsUnmatchedFormats 4128 modules/core/src/matrix.cpp CV_Error( CV_StsUnmatchedFormats, "Input and output arrays must have the same number of channels" ); CV_StsUnmatchedFormats 753 modules/core/src/system.cpp case CV_StsUnmatchedFormats : return "Formats of input arguments do not match"; CV_StsUnmatchedFormats 821 modules/core/src/system.cpp case CV_UNMATCHED_FORMATS_ERR: return CV_StsUnmatchedFormats; CV_StsUnmatchedFormats 184 modules/imgproc/src/emd.cpp CV_Error( CV_StsUnmatchedFormats, "The array must have equal types" ); CV_StsUnmatchedFormats 2896 modules/imgproc/src/histogram.cpp CV_Error(CV_StsUnmatchedFormats, "One of histograms is sparse and other is not"); CV_StsUnmatchedFormats 6474 modules/imgproc/src/imgwarp.cpp CV_Error( CV_StsUnmatchedFormats, "" ); CV_StsUnmatchedFormats 6601 modules/imgproc/src/imgwarp.cpp CV_Error( CV_StsUnmatchedFormats, "" ); CV_StsUnmatchedFormats 367 modules/imgproc/src/segmentation.cpp CV_Error( CV_StsUnmatchedFormats, "The input and output images must have the same type" ); CV_StsUnmatchedFormats 3454 modules/imgproc/src/smooth.cpp CV_Error( CV_StsUnmatchedFormats, "The destination image does not have the proper type" ); CV_StsUnmatchedFormats 221 modules/ml/src/gbt.cpp CV_Error(CV_StsUnmatchedFormats, "Response should be a 32fC1 or 32sC1 vector."); CV_StsUnmatchedFormats 286 modules/ml/src/gbt.cpp default: CV_Error(CV_StsUnmatchedFormats, "_sample_idx should be a 32sC1, 8sC1 or 8uC1 vector.");