CV_MAX_ARR        571 modules/core/include/opencv2/core/core_c.h     uchar* ptr[CV_MAX_ARR]; /**< pointers to the array slices */
CV_MAX_ARR        573 modules/core/include/opencv2/core/core_c.h     CvMatND* hdr[CV_MAX_ARR]; /**< pointers to the headers of the
CV_MAX_ARR        392 modules/core/src/array.cpp     if( count < 1 || count > CV_MAX_ARR )