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

1 2

  /external/opencv/cxcore/include/
cxerror.h 89 #define CV_StsBadSize -201 /* the input/output structure size is incorrect */
  /external/opencv/cv/src/
cvcornersubpix.cpp 81 CV_ERROR( CV_StsBadSize, "" );
87 CV_ERROR( CV_StsBadSize, "" );
92 CV_ERROR( CV_StsBadSize, "" );
cvfundam.cpp     [all...]
cvmatchcontours.cpp 282 CV_ERROR( CV_StsBadSize, "" );
cvconvhull.cpp 301 CV_ERROR( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" );
320 CV_ERROR( CV_StsBadSize,
584 CV_ERROR( CV_StsBadSize, "Convex hull is larger than the point sequence" );
602 //CV_ERROR( CV_StsBadSize,
cvpgh.cpp 352 CV_ERROR( CV_StsBadSize, "The histogram must be two-dimensional" );
cvlinefit.cpp 661 CV_ERROR( CV_StsBadSize, "The sequence has no points" );
cvutils.cpp 498 CV_ERROR( CV_StsBadSize, "Source array is too big or destination array is too small" );
cvcalibration.cpp 526 CV_ERROR( CV_StsBadSize, "Jacobian must be 3x9 or 9x3" );
535 CV_ERROR( CV_StsBadSize, "Input matrix must be 1x3, 3x1 or 3x3" );
538 CV_ERROR( CV_StsBadSize, "Output matrix must be 3x3, single-channel floating point matrix" );
620 CV_ERROR( CV_StsBadSize, "Output matrix must be 1x3 or 3x1" );
    [all...]
cvapprox.cpp 986 CV_ERROR( CV_StsBadSize, "New header size must be non-less than sizeof(CvContour)" );
cvdistransform.cpp 737 CV_ERROR( CV_StsBadSize, "Mask size should be 3 or 5 or 0 (presize)" );
cvemd.cpp 236 CV_ERROR( CV_StsBadSize,
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 284 case CV_StsBadSize : return "Incorrect size of input array";
434 case CV_BADSIZE_ERR: return CV_StsBadSize;
cxmatrix.cpp 510 CV_ERROR( CV_StsBadSize,
788 CV_ERROR( CV_StsBadSize, "The matrix must be square" );
    [all...]
cxdatastructs.cpp 350 CV_ERROR( CV_StsBadSize, "" );
456 CV_ERROR( CV_StsBadSize, "" );
470 CV_ERROR( CV_StsBadSize,
695 CV_ERROR( CV_StsBadSize, "" );
710 CV_ERROR( CV_StsBadSize,
    [all...]
cxarray.cpp 136 CV_ERROR( CV_StsBadSize, "Non-positive width or height" );
182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" );
306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" );
665 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" );
    [all...]
cxmatmul.cpp     [all...]
cxjacobieigens.cpp 398 CV_ERROR( CV_StsBadSize, "eigenvalues vector has inappropriate size" );
cxutils.cpp 292 CV_ERROR( CV_StsBadSize,
297 CV_ERROR( CV_StsBadSize,
    [all...]
cxsvd.cpp     [all...]
cxpersistence.cpp 208 CV_ERROR( CV_StsBadSize, "Too small map header_size" );
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" );
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
607 CV_ERROR( CV_StsBadSize, "var index array is too large" );
647 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
671 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
737 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
755 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
    [all...]
mlcnn.cpp 662 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" );
664 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" );
676 CV_ERROR( CV_StsBadSize, "Type of connection matrix must be CV_32FC1" );
678 CV_ERROR( CV_StsBadSize, "Invalid size of connection matrix" );
737 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" );
739 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" );
787 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" );
789 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" );
    [all...]
mlestimate.cpp 463 CV_ERROR (CV_StsBadSize, "sampleIdx array must be 1-dimensional");
mlann_mlp.cpp 287 CV_ERROR( CV_StsBadSize, "input matrix must have the same number of columns as "
291 CV_ERROR( CV_StsBadSize, "output matrix must have the same number of columns as "
    [all...]

Completed in 144 milliseconds

1 2