CV_StsNullPtr     513 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
CV_StsNullPtr     693 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( CV_StsNullPtr, "out_response_map pointer is NULL" );
CV_StsNullPtr     946 apps/traincascade/old_ml_inner_functions.cpp             CV_ERROR( CV_StsNullPtr, "output response pointer is NULL" );
CV_StsNullPtr    1039 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: some of the args are NULL pointers" );
CV_StsNullPtr    1099 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( !sample ? CV_StsNullPtr : CV_StsBadArg, "The sample is not a valid vector" );
CV_StsNullPtr    1117 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: The row_sample pointer is NULL" );
CV_StsNullPtr    1377 apps/traincascade/old_ml_inner_functions.cpp             CV_ERROR( CV_StsNullPtr, "NULL labels" );
CV_StsNullPtr    1400 apps/traincascade/old_ml_inner_functions.cpp             CV_ERROR( CV_StsNullPtr, "NULL centers" );
CV_StsNullPtr    1421 apps/traincascade/old_ml_inner_functions.cpp             CV_ERROR( CV_StsNullPtr, "NULL probs" );
CV_StsNullPtr    1471 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( !stat_model ? CV_StsNullPtr : CV_StsBadArg, "Invalid statistical model" );
CV_StsNullPtr    1477 apps/traincascade/old_ml_inner_functions.cpp         CV_ERROR( CV_StsNullPtr, "NULL input or output matrices" );
CV_StsNullPtr     271 modules/calib3d/src/calibinit.cpp         CV_Error( CV_StsNullPtr, "Null pointer to corners" );
CV_StsNullPtr     259 modules/calib3d/src/calibration.cpp         CV_Error( !src ? CV_StsNullPtr : CV_StsBadArg, "Input argument is not a valid matrix" );
CV_StsNullPtr     262 modules/calib3d/src/calibration.cpp         CV_Error( !dst ? CV_StsNullPtr : CV_StsBadArg,
CV_StsNullPtr     735 modules/calib3d/src/calibration.cpp             CV_Error( CV_StsNullPtr, "distCoeffs is NULL while dpdk is not" );
CV_StsNullPtr    1575 modules/calib3d/src/calibration.cpp         CV_Error(CV_StsNullPtr, "Some of parameters is a NULL pointer!");
CV_StsNullPtr    2924 modules/calib3d/src/calibration.cpp         CV_Error(CV_StsNullPtr, "Some of parameters is a NULL pointer!");
CV_StsNullPtr      74 modules/calib3d/src/compat_stereo.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr      59 modules/calib3d/src/triangulate.cpp       CV_Error( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
CV_StsNullPtr     373 modules/calib3d/test/test_cameracalibration_badarg.cpp         errors += run_test_case( CV_StsNullPtr, "Src is zero pointer", bad_caller );
CV_StsNullPtr     377 modules/calib3d/test/test_cameracalibration_badarg.cpp         errors += run_test_case( CV_StsNullPtr, "Dst is zero pointer", bad_caller );
CV_StsNullPtr     724 modules/calib3d/test/test_cameracalibration_badarg.cpp         errors += run_test_case( CV_StsNullPtr, "distCoeffs is NULL while dpdk is not", bad_caller );
CV_StsNullPtr     137 modules/calib3d/test/test_chesscorners_badarg.cpp     errors += run_test_case( CV_StsNullPtr, "Null pointer to corners" );
CV_StsNullPtr     146 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     237 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL matrix header pointer" );
CV_StsNullPtr     243 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL <sizes> pointer" );
CV_StsNullPtr     335 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL array pointer is passed" );
CV_StsNullPtr     340 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "The matrix has NULL data pointer" );
CV_StsNullPtr     355 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "Input array has NULL data pointer" );
CV_StsNullPtr     396 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "Some of required array pointers is NULL" );
CV_StsNullPtr     399 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "Iterator pointer is NULL" );
CV_StsNullPtr     409 modules/core/src/array.cpp                 CV_Error( CV_StsNullPtr, "Some of required array pointers is NULL" );
CV_StsNullPtr     551 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL <sizes> pointer" );
CV_StsNullPtr     631 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL iterator pointer" );
CV_StsNullPtr    1265 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1310 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1362 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1404 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1889 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL pointer to indices" );
CV_StsNullPtr    2392 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL array pointer is passed" );
CV_StsNullPtr    2397 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "The matrix has NULL data pointer" );
CV_StsNullPtr    2407 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "The image has NULL data pointer" );
CV_StsNullPtr    2467 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "Input array has NULL data pointer" );
CV_StsNullPtr    2512 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "NULL pointer to array or destination header" );
CV_StsNullPtr    2533 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "New dimension sizes are not specified" );
CV_StsNullPtr    2720 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2795 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2805 modules/core/src/array.cpp             CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2970 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2994 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3068 modules/core/src/array.cpp         CV_Error( CV_StsNullPtr, "Null pointer to image" );
CV_StsNullPtr      92 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     121 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     140 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     183 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     200 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     218 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     276 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     288 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     327 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr     376 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     414 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     489 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     550 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     592 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     636 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     649 modules/core/src/datastructs.cpp             CV_Error( CV_StsNullPtr, "The sequence has NULL storage pointer" );
CV_StsNullPtr     819 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     837 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     849 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     880 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     911 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     944 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     994 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1019 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1044 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1137 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1168 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1197 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1230 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1259 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1377 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1458 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL sequence pointer" );
CV_StsNullPtr    1527 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL sequence pointer" );
CV_StsNullPtr    1595 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1615 modules/core/src/datastructs.cpp             CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr    1917 modules/core/src/datastructs.cpp         CV_Error( !seq ? CV_StsNullPtr : CV_StsBadArg, "Bad input sequence" );
CV_StsNullPtr    1920 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "Null compare function" );
CV_StsNullPtr    2194 modules/core/src/datastructs.cpp         CV_Error( !seq ? CV_StsNullPtr : CV_StsBadArg, "Bad input sequence" );
CV_StsNullPtr    2197 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "Null element pointer" );
CV_StsNullPtr    2255 modules/core/src/datastructs.cpp             CV_Error( CV_StsNullPtr, "Null compare function" );
CV_StsNullPtr    2339 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2342 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2348 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2482 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2503 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2550 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2600 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2615 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2640 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2668 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2700 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2733 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "graph pointer is NULL" );
CV_StsNullPtr    2757 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "graph pointer is NULL" );
CV_StsNullPtr    2776 modules/core/src/datastructs.cpp         CV_Error( start_vtx ? CV_StsBadArg : CV_StsNullPtr,
CV_StsNullPtr    2824 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2841 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2900 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2917 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2938 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2969 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2999 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3046 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "Null graph pointer" );
CV_StsNullPtr    3080 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "Null double pointer to graph scanner" );
CV_StsNullPtr    3101 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "Null graph scanner" );
CV_StsNullPtr    3263 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr    3341 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr    3387 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3408 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3438 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3457 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "NULL iterator pointer" );
CV_StsNullPtr    3498 modules/core/src/datastructs.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    2376 modules/core/src/matrix.cpp         CV_Error(CV_StsNullPtr, "create() called for the missing output array" );
CV_StsNullPtr     339 modules/core/src/persistence.cpp         CV_Error( (fs) ? CV_StsBadArg : CV_StsNullPtr,  \
CV_StsNullPtr     519 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL double pointer to file storage" );
CV_StsNullPtr     550 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL double pointer to file storage" );
CV_StsNullPtr     637 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null key element" );
CV_StsNullPtr     712 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null element name" );
CV_StsNullPtr    1632 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null string pointer" );
CV_StsNullPtr    1694 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null comment" );
CV_StsNullPtr    2503 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null string pointer" );
CV_StsNullPtr    2586 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null comment" );
CV_StsNullPtr    2664 modules/core/src/persistence.cpp             CV_Error( CV_StsNullPtr, mem ? "NULL or empty filename" : "NULL or empty buffer" );
CV_StsNullPtr    3112 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null data pointer" );
CV_StsNullPtr    3195 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null pointer to source file node or reader" );
CV_StsNullPtr    3230 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null pointer to reader or destination array" );
CV_StsNullPtr    3375 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null pointers to source file node or destination array" );
CV_StsNullPtr    3996 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL double pointer" );
CV_StsNullPtr    4410 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL double pointer" );
CV_StsNullPtr    4825 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr,
CV_StsNullPtr    4930 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL double pointer" );
CV_StsNullPtr    4952 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL structure pointer" );
CV_StsNullPtr    4996 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "Null pointer to the written object" );
CV_StsNullPtr    5017 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr, "NULL object pointer" );
CV_StsNullPtr    5088 modules/core/src/persistence.cpp         CV_Error( CV_StsNullPtr,
CV_StsNullPtr     747 modules/core/src/system.cpp     case CV_StsNullPtr :             return "Null pointer";
CV_StsNullPtr     811 modules/core/src/system.cpp     case CV_NULLPTR_ERR:               return CV_StsNullPtr;
CV_StsNullPtr     114 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     129 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     146 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     159 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     175 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     200 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     213 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     230 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     244 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     256 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     268 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     431 modules/highgui/src/window_QT.cpp             CV_Error(CV_StsNullPtr, "NULL window handler");
CV_StsNullPtr     511 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     534 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     543 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL window handler" );
CV_StsNullPtr     552 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     564 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     577 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     602 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     620 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     679 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "NULL window handler");
CV_StsNullPtr     709 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     723 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     735 modules/highgui/src/window_QT.cpp         CV_Error( CV_StsNullPtr, "NULL guiReceiver (please create a window)" );
CV_StsNullPtr     946 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "NULL session handler" );
CV_StsNullPtr    1036 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "NULL session handler" );
CV_StsNullPtr    1160 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "NULL value pointer" );
CV_StsNullPtr    1163 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "Max value of the slider must be bigger than 0" );
CV_StsNullPtr    1193 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "NULL value pointer" );
CV_StsNullPtr    1196 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "Max value of the slider must be bigger than 0" );
CV_StsNullPtr    2556 modules/highgui/src/window_QT.cpp         CV_Error(CV_StsNullPtr, "file extension not recognized, please choose between JPG, JPEG, BMP or PNG");
CV_StsNullPtr     349 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     383 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr     435 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr     456 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr     529 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL window or trackbar name" );
CV_StsNullPtr     674 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr     698 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr     751 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     772 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     776 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     796 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     800 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     902 modules/highgui/src/window_carbon.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     679 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     683 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     704 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     708 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     765 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     789 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     818 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1011 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1126 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1130 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr    1153 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1174 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1237 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1291 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    1331 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    1365 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    1408 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window or trackbar name" );
CV_StsNullPtr    1513 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window name" );
CV_StsNullPtr    1538 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr    1563 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr    1601 modules/highgui/src/window_gtk.cpp             CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name");
CV_StsNullPtr    1636 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window name" );
CV_StsNullPtr    1659 modules/highgui/src/window_gtk.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     417 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     438 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     442 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     521 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     545 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     570 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     729 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     842 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     846 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     866 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     886 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr     968 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name string" );
CV_StsNullPtr    1102 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    1257 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    1296 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL name" );
CV_StsNullPtr    2010 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window or trackbar name" );
CV_StsNullPtr    2216 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window name" );
CV_StsNullPtr    2241 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr    2266 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL trackbar or window name" );
CV_StsNullPtr    2300 modules/highgui/src/window_w32.cpp             CV_ERROR(CV_StsNullPtr, "NULL trackbar or window name");
CV_StsNullPtr    2331 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window name" );
CV_StsNullPtr    2354 modules/highgui/src/window_w32.cpp         CV_ERROR( CV_StsNullPtr, "NULL window" );
CV_StsNullPtr     391 modules/imgproc/src/approx.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     736 modules/imgproc/src/approx.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer " );
CV_StsNullPtr      59 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr      84 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     187 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     481 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     993 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1255 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1336 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr    1339 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "NULL double CvSeq pointer" );
CV_StsNullPtr    1667 modules/imgproc/src/contours.cpp         CV_Error( CV_StsNullPtr, "NULL double CvSeq pointer" );
CV_StsNullPtr     585 modules/imgproc/src/convhull.cpp         CV_Error( CV_StsNullPtr, "NULL storage pointer" );
CV_StsNullPtr     225 modules/imgproc/src/emd.cpp             CV_Error( CV_StsNullPtr, "In case of user-defined distance Distance function is undefined" );
CV_StsNullPtr      90 modules/imgproc/src/geometry.cpp         CV_Error( CV_StsNullPtr, "NULL vertex array pointer" );
CV_StsNullPtr    2633 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Null histogram header pointer" );
CV_StsNullPtr    2636 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Null data pointer" );
CV_StsNullPtr    2658 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    3048 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Destination double pointer is NULL" );
CV_StsNullPtr    3118 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "NULL ranges pointer" );
CV_StsNullPtr    3132 modules/imgproc/src/histogram.cpp                 CV_Error( CV_StsNullPtr, "One of <ranges> elements is NULL" );
CV_StsNullPtr    3156 modules/imgproc/src/histogram.cpp                 CV_Error( CV_StsNullPtr, "One of <ranges> elements is NULL" );
CV_StsNullPtr    3183 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Null double array pointer" );
CV_StsNullPtr    3246 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Null double array pointer" );
CV_StsNullPtr    3309 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "Null double array pointer" );
CV_StsNullPtr    3372 modules/imgproc/src/histogram.cpp         CV_Error( CV_StsNullPtr, "NULL histogram array pointer" );
CV_StsNullPtr     904 modules/imgproc/src/hough.cpp         CV_Error( CV_StsNullPtr, "NULL destination" );
CV_StsNullPtr    1243 modules/imgproc/src/hough.cpp         CV_Error( CV_StsNullPtr, "NULL destination" );
CV_StsNullPtr     785 modules/imgproc/src/moments.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     798 modules/imgproc/src/moments.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     823 modules/imgproc/src/moments.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1926 modules/imgproc/src/morph.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr    1460 modules/imgproc/src/pyramids.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     474 modules/imgproc/src/samplers.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     317 modules/ml/src/nbayes.cpp             CV_Error( CV_StsNullPtr,
CV_StsNullPtr     199 modules/objdetect/src/haar.cpp         CV_Error( !cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier pointer" );
CV_StsNullPtr     205 modules/objdetect/src/haar.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     255 modules/objdetect/src/haar.cpp                             CV_Error( CV_StsNullPtr, errorstr );
CV_StsNullPtr     440 modules/objdetect/src/haar.cpp         CV_Error( !_cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier pointer" );
CV_StsNullPtr     839 modules/objdetect/src/haar.cpp         CV_Error( !_cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid cascade pointer" );
CV_StsNullPtr     843 modules/objdetect/src/haar.cpp         CV_Error( CV_StsNullPtr, "Hidden cascade has not been created.\n"
CV_StsNullPtr    1516 modules/objdetect/src/haar.cpp         CV_Error( !cascade ? CV_StsNullPtr : CV_StsBadArg, "Invalid classifier cascade" );
CV_StsNullPtr    1519 modules/objdetect/src/haar.cpp         CV_Error( CV_StsNullPtr, "Null storage pointer" );
CV_StsNullPtr    1941 modules/objdetect/src/haar.cpp         CV_Error( CV_StsNullPtr, "Null path is passed" );
CV_StsNullPtr     171 modules/video/src/compat_video.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     205 modules/video/src/compat_video.cpp         CV_Error( CV_StsNullPtr, "" );
CV_StsNullPtr     234 modules/video/src/compat_video.cpp         CV_Error( CV_StsNullPtr, "" );