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

1 2 3 4

  /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...]
  /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" );
  /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...]
  /external/opencv3/modules/core/src/
datastructs.cpp 92 CV_Error( CV_StsNullPtr, "" );
121 CV_Error( CV_StsNullPtr, "" );
140 CV_Error( CV_StsNullPtr, "" );
183 CV_Error( CV_StsNullPtr, "" );
200 CV_Error( CV_StsNullPtr, "" );
218 CV_Error( CV_StsNullPtr, "" );
276 CV_Error( CV_StsNullPtr, "" );
288 CV_Error( CV_StsNullPtr, "" );
327 CV_Error( CV_StsNullPtr, "NULL storage pointer" );
376 CV_Error( CV_StsNullPtr, "" );
    [all...]
array.cpp 146 CV_Error( CV_StsNullPtr, "" );
237 CV_Error( CV_StsNullPtr, "NULL matrix header pointer" );
243 CV_Error( CV_StsNullPtr, "NULL <sizes> pointer" );
335 CV_Error( CV_StsNullPtr, "NULL array pointer is passed" );
340 CV_Error( CV_StsNullPtr, "The matrix has NULL data pointer" );
355 CV_Error( CV_StsNullPtr, "Input array has NULL data pointer" );
396 CV_Error( CV_StsNullPtr, "Some of required array pointers is NULL" );
399 CV_Error( CV_StsNullPtr, "Iterator pointer is NULL" );
409 CV_Error( CV_StsNullPtr, "Some of required array pointers is NULL" );
551 CV_Error( CV_StsNullPtr, "NULL <sizes> pointer" )
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 82 #define CV_StsNullPtr -27 /* null pointer */
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 349 CV_ERROR( CV_StsNullPtr, "NULL name string" );
383 CV_ERROR( CV_StsNullPtr, "NULL name" );
435 CV_ERROR( CV_StsNullPtr, "NULL name" );
456 CV_ERROR( CV_StsNullPtr, "NULL name" );
529 CV_ERROR( CV_StsNullPtr, "NULL window or trackbar name" );
674 CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
698 CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
751 CV_ERROR( CV_StsNullPtr, "NULL window" );
772 CV_ERROR( CV_StsNullPtr, "NULL name string" );
776 CV_ERROR( CV_StsNullPtr, "NULL window" )
    [all...]
window_gtk.cpp 679 CV_ERROR( CV_StsNullPtr, "NULL name string" );
683 CV_ERROR( CV_StsNullPtr, "NULL window" );
704 CV_ERROR( CV_StsNullPtr, "NULL name string" );
708 CV_ERROR( CV_StsNullPtr, "NULL window" );
765 CV_ERROR( CV_StsNullPtr, "NULL name string" );
789 CV_ERROR( CV_StsNullPtr, "NULL name string" );
818 CV_ERROR( CV_StsNullPtr, "NULL name string" );
1011 CV_ERROR( CV_StsNullPtr, "NULL name string" );
1126 CV_ERROR( CV_StsNullPtr, "NULL name string" );
1130 CV_ERROR( CV_StsNullPtr, "NULL window" )
    [all...]
window_QT.cpp 114 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
129 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
146 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
159 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
175 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
200 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
213 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
230 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
244 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
256 CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" )
    [all...]
window_w32.cpp 417 CV_ERROR( CV_StsNullPtr, "NULL name string" );
438 CV_ERROR( CV_StsNullPtr, "NULL name string" );
442 CV_ERROR( CV_StsNullPtr, "NULL window" );
521 CV_ERROR( CV_StsNullPtr, "NULL name string" );
545 CV_ERROR( CV_StsNullPtr, "NULL name string" );
570 CV_ERROR( CV_StsNullPtr, "NULL name string" );
729 CV_ERROR( CV_StsNullPtr, "NULL name string" );
842 CV_ERROR( CV_StsNullPtr, "NULL name string" );
846 CV_ERROR( CV_StsNullPtr, "NULL window" );
866 CV_ERROR( CV_StsNullPtr, "NULL name string" )
    [all...]
window_cocoa.mm 277 CV_ERROR( CV_StsNullPtr, "NULL window name" );
306 CV_ERROR( CV_StsNullPtr, "NULL window name" );
356 CV_ERROR( CV_StsNullPtr, "NULL window name" );
379 CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
407 CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
438 CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
580 CV_ERROR( CV_StsNullPtr, "NULL name string" );
586 CV_ERROR( CV_StsNullPtr, "NULL window" );
606 CV_ERROR( CV_StsNullPtr, "NULL name string" );
612 CV_ERROR( CV_StsNullPtr, "NULL window" )
    [all...]
  /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, "" );
  /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" );
  /external/opencv3/modules/video/src/
compat_video.cpp 171 CV_Error( CV_StsNullPtr, "" );
205 CV_Error( CV_StsNullPtr, "" );
234 CV_Error( CV_StsNullPtr, "" );
  /external/opencv3/modules/calib3d/src/
compat_stereo.cpp 74 CV_Error( CV_StsNullPtr, "" );
  /external/opencv3/modules/calib3d/test/
test_chesscorners_badarg.cpp 137 errors += run_test_case( CV_StsNullPtr, "Null pointer to corners" );

Completed in 558 milliseconds

1 2 3 4