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

12 3

  /external/opencv/cxcore/src/
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/opencv/cv/src/
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" );
cvimgwarp.cpp     [all...]
cvhistogram.cpp     [all...]
cvfilter.cpp 786 CV_ERROR( CV_StsUnsupportedFormat, "8u->64f separable filtering is not supported" );
797 CV_ERROR( CV_StsUnsupportedFormat, "16u->64f separable filtering is not supported" );
807 CV_ERROR( CV_StsUnsupportedFormat, "16s->64f separable filtering is not supported" );
817 CV_ERROR( CV_StsUnsupportedFormat, "When the input has 32f data type, the output must also have 32f type" );
825 CV_ERROR( CV_StsUnsupportedFormat, "Unknown or unsupported input data type" );
858 CV_ERROR( CV_StsUnsupportedFormat, "Unknown or unsupported input data type" );
    [all...]
cvfloodfill.cpp     [all...]
cvlkpyramid.cpp 315 CV_ERROR( CV_StsUnsupportedFormat, "" );
710 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
mycvHaarDetectObjects.cpp 663 CV_ERROR( CV_StsUnsupportedFormat,
676 CV_ERROR( CV_StsUnsupportedFormat,
913 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit images are supported" );
    [all...]
cvgeometry.cpp 546 CV_ERROR(CV_StsUnsupportedFormat, "Input parameters must be a matrices!");
cvlinefit.cpp 664 CV_ERROR( CV_StsUnsupportedFormat,