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

1 2 3

  /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" );
  /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...]
  /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");
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 409 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" );
516 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
537 CV_ERROR( CV_StsBadSize, "var index array is too large" );
577 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
601 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
667 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
685 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
1107 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" );
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_badarg.cpp 407 errors += run_test_case( CV_StsBadSize, "Bad jacobian format", bad_caller );
413 errors += run_test_case( CV_StsBadSize, "Bad src format", bad_caller );
421 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller );
425 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller );
429 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller );
441 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller );
  /external/opencv3/modules/imgproc/src/
convhull.cpp 449 CV_Error( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" );
468 CV_Error( CV_StsBadSize,
574 CV_Error( CV_StsBadSize, "Convex hull is larger than the point sequence" );
591 //CV_ERROR( CV_StsBadSize,
contours.cpp 62 CV_Error( CV_StsBadSize, "" );
208 CV_Error( CV_StsBadSize, "" );
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp 290 CV_Error( CV_StsBadSize, "" );
378 CV_Error( CV_StsBadSize, "" );
392 CV_Error( CV_StsBadSize,
589 CV_Error( CV_StsBadSize, "" );
604 CV_Error( CV_StsBadSize,
1170 CV_Error( CV_StsBadSize, "" );
    [all...]
array.cpp 119 CV_Error( CV_StsBadSize, "Non-positive width or height" );
152 CV_Error( CV_StsBadSize, "Non-positive cols or rows" );
252 CV_Error( CV_StsBadSize, "one of dimesion sizes is non-positive" );
556 CV_Error( CV_StsBadSize, "one of dimesion sizes is non-positive" );
    [all...]
system.cpp 746 case CV_StsBadSize : return "Incorrect size of input array";
809 case CV_BADSIZE_ERR: return CV_StsBadSize;
    [all...]

Completed in 205 milliseconds

1 2 3