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

1 2 3

  /external/opencv/cvaux/src/
cvtexture.cpp 106 CV_ERROR( CV_StsNullPtr, "" );
228 CV_ERROR( CV_StsNullPtr, "" );
369 CV_ERROR( CV_StsNullPtr, "" );
372 CV_ERROR( CV_StsNullPtr, "Matrices are not allocated" );
541 CV_ERROR( CV_StsNullPtr, "" );
544 CV_ERROR( CV_StsNullPtr, "" );
578 CV_ERROR( CV_StsNullPtr, "" );
581 CV_ERROR( CV_StsNullPtr, "Descriptors are not calculated" );
620 CV_ERROR( CV_StsNullPtr, "" );
623 CV_ERROR( CV_StsNullPtr, "Matrices are not allocated" )
    [all...]
cvlevmartrif.cpp 74 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
189 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
285 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
310 CV_ERROR( CV_StsNullPtr, "Some of projMatrs is a NULL pointer" );
315 CV_ERROR( CV_StsNullPtr, "Some of projPoints is a NULL pointer" );
320 CV_ERROR( CV_StsNullPtr, "Some of resultProjMatrs is a NULL pointer" );
cvtrifocal.cpp 129 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
193 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
418 CV_ERROR( CV_StsNullPtr, "Parameter 'arr' is a NULL pointer" );
466 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
515 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
607 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
616 CV_ERROR( CV_StsNullPtr, "Some of points arrays is a NULL pointer" );
621 CV_ERROR( CV_StsNullPtr, "Some of projMatr is a NULL pointer" );
626 CV_ERROR( CV_StsNullPtr, "Some of status arrays is a NULL pointer" );
632 CV_ERROR( CV_StsNullPtr, "Some of points arrays is not a matrix" )
    [all...]
cvlevmarprojbandle.cpp 81 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
216 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
240 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
353 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
381 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
447 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
475 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
577 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
647 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
756 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" )
    [all...]
cvcorrimages.cpp 70 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
210 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
452 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
457 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
571 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
975 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
    [all...]
  /external/opencv/ml/src/
mltestset.cpp 82 CV_ERROR( CV_StsNullPtr, "samples parameter must be not NULL" );
85 CV_ERROR( CV_StsNullPtr, "responses parameter must be not NULL" );
ml_inner_functions.cpp 583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
763 CV_ERROR( CV_StsNullPtr, "out_response_map pointer is NULL" );
1016 CV_ERROR( CV_StsNullPtr, "output response pointer is NULL" );
1109 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: some of the args are NULL pointers" );
    [all...]
mlcnn.cpp 111 CV_ERROR( CV_StsNullPtr, \
118 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \
124 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \
140 CV_ERROR( CV_StsNullPtr, "Null <params> pointer" ); \
450 CV_ERROR( CV_StsNullPtr, "Null double pointer" );
503 CV_ERROR( CV_StsNullPtr, "Null <network> pointer" );
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 90 CV_ERROR( CV_StsNullPtr, "" );
138 CV_ERROR( CV_StsNullPtr, "" );
166 CV_ERROR( CV_StsNullPtr, "" );
216 CV_ERROR( CV_StsNullPtr, "" );
240 CV_ERROR( CV_StsNullPtr, "" );
266 CV_ERROR( CV_StsNullPtr, "" );
330 CV_ERROR( CV_StsNullPtr, "" );
348 CV_ERROR( CV_StsNullPtr, "" );
394 CV_ERROR( CV_StsNullPtr, "NULL storage pointer" );
454 CV_ERROR( CV_StsNullPtr, "" );
    [all...]
cxalloc.cpp 87 CV_ERROR( CV_StsNullPtr, "Either both pointers should be NULL or none of them");
cxerror.cpp 285 case CV_StsNullPtr : return "Null pointer";
436 case CV_NULLPTR_ERR: return CV_StsNullPtr;
cxarray.cpp 176 CV_ERROR_FROM_CODE( CV_StsNullPtr );
291 CV_ERROR( CV_StsNullPtr, "NULL matrix header pointer" );
297 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" );
429 CV_ERROR( CV_StsNullPtr, "NULL array pointer is passed" );
434 CV_ERROR( CV_StsNullPtr, "The matrix has NULL data pointer" );
449 CV_ERROR( CV_StsNullPtr, "Input array has NULL data pointer" );
497 CV_ERROR( CV_StsNullPtr, "Some of required array pointers is NULL" );
500 CV_ERROR( CV_StsNullPtr, "Iterator pointer is NULL" );
510 CV_ERROR( CV_StsNullPtr, "Some of required array pointers is NULL" );
660 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" )
    [all...]
cxdrawing.cpp 94 CV_ERROR( CV_StsNullPtr, "One of point pointers is NULL" );
178 CV_ERROR( CV_StsNullPtr, "Pointer to the iterator state is NULL" );
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 82 #define CV_StsNullPtr -27 /* null pointer */
  /external/opencv/cv/src/
cvcondens.cpp 124 CV_ERROR( CV_StsNullPtr, "" );
168 CV_ERROR( CV_StsNullPtr, "" );
243 CV_ERROR( CV_StsNullPtr, "" );
cvkalman.cpp 135 CV_ERROR( CV_StsNullPtr, "" );
175 CV_ERROR( CV_StsNullPtr, "" );
211 CV_ERROR( CV_StsNullPtr, "" );
cvsubdivision2d.cpp 54 CV_ERROR( CV_StsNullPtr, "" );
86 CV_ERROR( CV_StsNullPtr, "" );
153 CV_ERROR( CV_StsNullPtr, "" );
173 CV_ERROR( CV_StsNullPtr, "" );
202 CV_ERROR( CV_StsNullPtr, "" );
266 CV_ERROR( CV_StsNullPtr, "" );
422 CV_ERROR( CV_StsNullPtr, "" );
531 CV_ERROR( CV_StsNullPtr, "" );
582 CV_ERROR( CV_StsNullPtr, "" );
634 CV_ERROR( CV_StsNullPtr, "" );
    [all...]
cvcalcimagehomography.cpp 75 CV_ERROR( CV_StsNullPtr, "" );
cvcontours.cpp 63 CV_ERROR( CV_StsNullPtr, "" );
96 CV_ERROR( CV_StsNullPtr, "" );
209 CV_ERROR( CV_StsNullPtr, "" );
509 CV_ERROR( CV_StsNullPtr, "" );
854 CV_ERROR( CV_StsNullPtr, "" );
    [all...]
cvdominants.cpp 368 CV_ERROR( CV_StsNullPtr, "" );
374 CV_ERROR( CV_StsNullPtr, "" );
cvmatchcontours.cpp 74 CV_ERROR( CV_StsNullPtr, "" );
242 CV_ERROR( CV_StsNullPtr, "" );
mycvHaarDetectObjects.cpp 179 CV_ERROR( !cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier pointer" );
185 CV_ERROR( CV_StsNullPtr, "" );
235 CV_ERROR( CV_StsNullPtr, errorstr );
490 CV_ERROR( !_cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid cascade pointer" );
494 CV_ERROR( CV_StsNullPtr, "Hidden cascade has not been created.\n"
647 CV_ERROR( !_cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier pointer" );
903 CV_ERROR( !cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier cascade" );
906 CV_ERROR( CV_StsNullPtr, "Null storage pointer" );
    [all...]
cvhistogram.cpp 102 CV_ERROR( CV_StsNullPtr, "Null histogram header pointer" );
105 CV_ERROR( CV_StsNullPtr, "Null data pointer" );
142 CV_ERROR( CV_StsNullPtr, "" );
666 CV_ERROR( CV_StsNullPtr, "Destination double pointer is NULL" );
731 CV_ERROR( CV_StsNullPtr, "NULL ranges pointer" );
745 CV_ERROR( CV_StsNullPtr, "One of <ranges> elements is NULL" );
769 CV_ERROR( CV_StsNullPtr, "One of <ranges> elements is NULL" );
    [all...]
cvcornersubpix.cpp 78 CV_ERROR( CV_StsNullPtr, "" );
  /external/opencv/otherlibs/highgui/
loadsave.cpp 358 CV_ERROR( CV_StsNullPtr, "Null path" );
404 CV_ERROR( CV_StsNullPtr, "null filename" );
508 CV_ERROR( CV_StsNullPtr, "null filename" );

Completed in 561 milliseconds

1 2 3