HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsUnsupportedFormat (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/opencv/cxcore/src/
cxcopy.cpp 370 CV_ERROR( CV_StsUnsupportedFormat, "" );
472 CV_ERROR( CV_StsUnsupportedFormat, "" );
536 CV_ERROR( CV_StsUnsupportedFormat, "" );
641 CV_ERROR( CV_StsUnsupportedFormat, "" );
966 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cxerror.cpp 294 case CV_StsUnsupportedFormat : return "Unsupported format or combination of formats";
cxsumpixels.cpp 432 CV_ERROR( CV_StsUnsupportedFormat, "" );
450 CV_ERROR( CV_StsUnsupportedFormat, "" );
621 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cxmatmul.cpp     [all...]
cxmathfuncs.cpp 353 CV_ERROR( CV_StsUnsupportedFormat, "" );
584 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
  /external/opencv3/modules/imgproc/src/
convhull.cpp 453 CV_Error( CV_StsUnsupportedFormat,
538 CV_Error( CV_StsUnsupportedFormat,
549 CV_Error( CV_StsUnsupportedFormat, "Floating-point coordinates are not supported here" );
555 CV_Error( CV_StsUnsupportedFormat,
724 CV_Error( CV_StsUnsupportedFormat,
emd.cpp 187 CV_Error( CV_StsUnsupportedFormat, "The signatures must be 32fC1" );
198 CV_Error( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" );
222 CV_Error( CV_StsUnsupportedFormat, "The cost matrix must be 32fC1" );
    [all...]
floodfill.cpp 539 CV_Error( CV_StsUnsupportedFormat, "" );
585 CV_Error( CV_StsUnsupportedFormat, "" );
620 CV_Error(CV_StsUnsupportedFormat, "");
  /external/opencv3/modules/videoio/src/
cap_gstreamer.cpp     [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 157 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit, 3-channel input images are supported" );
160 CV_ERROR( CV_StsUnsupportedFormat,
358 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit, 3-channel images are supported" );
cvpgh.cpp 347 CV_ERROR( CV_StsUnsupportedFormat, "Sparse histogram are not supported" );
355 CV_ERROR( CV_StsUnsupportedFormat, "The contour is not valid or the point type is not supported" );
cvcorner.cpp 435 CV_ERROR( CV_StsUnsupportedFormat, "Input must be 8uC1 or 32fC1, output must be 32fC1" );
462 CV_ERROR( CV_StsUnsupportedFormat, "Input must be 8uC1 or 32fC1, output must be 32fC1" );
494 CV_ERROR( CV_StsUnsupportedFormat, "Input must be 8uC1 or 32fC1, output must be 32fC1" );
536 CV_ERROR( CV_StsUnsupportedFormat, "Input must be 8uC1 or 32fC1, output must be 32fC1" );
cvpyramids.cpp     [all...]
cvmotempl.cpp 195 CV_ERROR( CV_StsUnsupportedFormat,
315 CV_ERROR( CV_StsUnsupportedFormat,
cvcanny.cpp 75 CV_ERROR( CV_StsUnsupportedFormat, "" );
cvdistransform.cpp 464 CV_ERROR( CV_StsUnsupportedFormat,
729 CV_ERROR( CV_StsUnsupportedFormat,
754 CV_ERROR( CV_StsUnsupportedFormat, "the output array of labels must be 32sC1" );
cvemd.cpp 193 CV_ERROR( CV_StsUnsupportedFormat, "The signatures must be 32fC1" );
204 CV_ERROR( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" );
228 CV_ERROR( CV_StsUnsupportedFormat, "The cost matrix must be 32fC1" );
    [all...]
cvundistort.cpp 139 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit images are supported" );
203 CV_ERROR( CV_StsUnsupportedFormat, "Both maps must have 32fC1 type" );
287 CV_ERROR( CV_StsUnsupportedFormat, "Both maps must have 32fC1 type" );
cvsmooth.cpp 138 CV_ERROR( CV_StsUnsupportedFormat, "Unknown/unsupported input image format" );
    [all...]
cvfundam.cpp     [all...]
cvoptflowbm.cpp 596 CV_ERROR( CV_StsUnsupportedFormat, "Source images must have 8uC1 type and "
cvrotcalipers.cpp 372 CV_ERROR( CV_StsUnsupportedFormat,
cvthresh.cpp 351 CV_ERROR( CV_StsUnsupportedFormat, "In case of different types destination should be 8uC1" );
  /external/opencv/cvaux/src/
cvlevmar.cpp 92 CV_ERROR( CV_StsUnsupportedFormat, "Some of input parameters must be a matrices" );
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp 189 errors += run_test_case( CV_StsUnsupportedFormat, "Bad npoints format", bad_caller );
193 errors += run_test_case( CV_StsUnsupportedFormat, "Bad npoints size", bad_caller );
387 errors += run_test_case( CV_StsUnsupportedFormat, "Bad src formart", bad_caller );

Completed in 592 milliseconds

12 3 4 5