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

1 2 3

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 79 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
290 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix" );
326 CV_ERROR( CV_StsUnsupportedFormat, "Each of projMatrs must be a matrix" );
331 CV_ERROR( CV_StsUnsupportedFormat, "Each of projPoints must be a matrix" );
336 CV_ERROR( CV_StsUnsupportedFormat, "Each of resultProjMatrs must be a matrix" );
cvlevmarprojbandle.cpp 86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" );
105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" );
115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" );
125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" );
245 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix N x 4" );
263 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" );
273 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" );
283 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" );
334 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" );
485 CV_ERROR( CV_StsUnsupportedFormat, "matrW must be a matrix 12NumIm x 4NumPnt" )
    [all...]
cvcorrimages.cpp 86 CV_ERROR( CV_StsUnsupportedFormat, "Input parameter points must be a matrix" );
106 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" );
116 CV_ERROR( CV_StsUnsupportedFormat, "Number of rows of status must be 1" );
232 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters (points and status) must be a matrices" );
238 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" );
462 CV_ERROR( CV_StsUnsupportedFormat, "oldPoints must be a pointer to a matrix" );
467 CV_ERROR( CV_StsUnsupportedFormat, "oldStatus must be a pointer to a mask array" );
576 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters points must be a matrices" );
581 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters statuses must be a mask array" );
    [all...]
cvtrifocal.cpp 134 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
199 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
471 CV_ERROR( CV_StsUnsupportedFormat, "srcMatr and dstMatr must be a matrices" );
520 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
829 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
    [all...]
cvlevmar.cpp 92 CV_ERROR( CV_StsUnsupportedFormat, "Some of input parameters must be a matrices" );
  /external/opencv/cxcore/include/
cxerror.h 98 #define CV_StsUnsupportedFormat -210 /* the data format/type is not supported by the function*/
  /external/opencv/cv/src/
cvkdtree.cpp 192 CV_ERROR(CV_StsUnsupportedFormat, "descriptors must be either CV_32FC1 or CV_64FC1");
223 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
225 CV_ERROR(CV_StsUnsupportedFormat, "dist must be CV_64FC1");
259 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
cvadapthresh.cpp 125 CV_ERROR( CV_StsUnsupportedFormat, "" );
cvaccum.cpp 438 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported type combination" );
455 CV_ERROR( CV_StsUnsupportedFormat, "" );
533 CV_ERROR( CV_StsUnsupportedFormat, "" );
551 CV_ERROR( CV_StsUnsupportedFormat, "" );
633 CV_ERROR( CV_StsUnsupportedFormat, "" );
652 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cvsumpixels.cpp 349 CV_ERROR( CV_StsUnsupportedFormat,
359 CV_ERROR( CV_StsUnsupportedFormat,
397 CV_ERROR( CV_StsUnsupportedFormat, "This source image format is unsupported" );
cvtemplmatch.cpp 73 CV_ERROR( CV_StsUnsupportedFormat,
77 CV_ERROR( CV_StsUnsupportedFormat,
82 CV_ERROR( CV_StsUnsupportedFormat,
87 CV_ERROR( CV_StsUnsupportedFormat,
359 CV_ERROR( CV_StsUnsupportedFormat,
366 CV_ERROR( CV_StsUnsupportedFormat, "output image should have 32f type" );
cvsamplers.cpp 566 CV_ERROR( CV_StsUnsupportedFormat, "" );
583 CV_ERROR( CV_StsUnsupportedFormat, "" );
589 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cvconvhull.cpp 305 CV_ERROR( CV_StsUnsupportedFormat,
546 CV_ERROR( CV_StsUnsupportedFormat,
558 CV_ERROR( CV_StsUnsupportedFormat,
565 CV_ERROR( CV_StsUnsupportedFormat,
748 CV_ERROR( CV_StsUnsupportedFormat,
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" );
  /external/opencv/cxcore/src/
cxlut.cpp 260 CV_ERROR( CV_StsUnsupportedFormat, "" );
304 CV_ERROR( CV_StsUnsupportedFormat, "" );
315 CV_ERROR( CV_StsUnsupportedFormat, "" );
cxcmp.cpp 302 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1");
332 CV_ERROR( CV_StsUnsupportedFormat, "" );
382 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1");
411 CV_ERROR( CV_StsUnsupportedFormat, "" );
629 CV_ERROR( CV_StsUnsupportedFormat, "Input arrays must be single-channel");
632 CV_ERROR( CV_StsUnsupportedFormat, "Destination array should be 8uC1 or 8sC1");
657 CV_ERROR( CV_StsUnsupportedFormat, "" );
755 CV_ERROR( CV_StsUnsupportedFormat, "Destination array should be 8uC1 or 8sC1");
758 CV_ERROR( CV_StsUnsupportedFormat, "Input array must be single-channel");
821 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cximage.cpp 98 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" );
249 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" );
cxarithm.cpp 327 CV_ERROR( CV_StsUnsupportedFormat, "" );
342 CV_ERROR( CV_StsUnsupportedFormat, "" );
470 CV_ERROR( CV_StsUnsupportedFormat, "" );
477 CV_ERROR( CV_StsUnsupportedFormat, "" );
596 CV_ERROR( CV_StsUnsupportedFormat, "" );
705 CV_ERROR( CV_StsUnsupportedFormat, "" );
799 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cxutils.cpp 75 CV_ERROR( CV_StsUnsupportedFormat,
286 CV_ERROR( CV_StsUnsupportedFormat,
653 CV_ERROR(CV_StsUnsupportedFormat, "coeffs must be either CV_32FC1 or CV_64FC1");
656 CV_ERROR(CV_StsUnsupportedFormat, "roots must be either CV_32FC2 or CV_64FC2");
964 CV_ERROR( CV_StsUnsupportedFormat, "The function only supports 32sC1 and 32fC1 datatypes" );
1071 CV_ERROR( CV_StsUnsupportedFormat, "The input matrix should be a one-channel matrix." );
1075 CV_ERROR( CV_StsUnsupportedFormat, "The index matrix must be CV_32SC1." );
    [all...]
cxmatrix.cpp 503 CV_ERROR( CV_StsUnsupportedFormat, "" );
530 CV_ERROR( CV_StsUnsupportedFormat, "" );
582 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
cxconvert.cpp 515 CV_ERROR( CV_StsUnsupportedFormat, "" );
524 CV_ERROR( CV_StsUnsupportedFormat, "" );
620 CV_ERROR( CV_StsUnsupportedFormat, "" );
629 CV_ERROR( CV_StsUnsupportedFormat, "" );
    [all...]
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...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 523 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type "
589 CV_ERROR( CV_StsUnsupportedFormat, "type mask must be 8uC1 or 8sC1 array" );
655 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" );
745 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" );
    [all...]

Completed in 768 milliseconds

1 2 3