Home | History | Annotate | Download | only in include

Lines Matching refs:CvMatND

163         CvMatND* mat = (CvMatND*)arr;
183 CvMatND* mat = (CvMatND*)arr;
235 /* Allocates and initializes CvMatND header */
236 CVAPI(CvMatND*) cvCreateMatNDHeader( int dims, const int* sizes, int type );
238 /* Allocates and initializes CvMatND header and allocates data */
239 CVAPI(CvMatND*) cvCreateMatND( int dims, const int* sizes, int type );
241 /* Initializes preallocated CvMatND header */
242 CVAPI(CvMatND*) cvInitMatNDHeader( CvMatND* mat, int dims, const int* sizes,
245 /* Releases CvMatND */
246 CV_INLINE void cvReleaseMatND( CvMatND** mat )
251 /* Creates a copy of CvMatND (except, may be, steps) */
252 CVAPI(CvMatND*) cvCloneMatND( const CvMatND* mat );
300 CvMatND* hdr[CV_MAX_ARR]; /* pointers to the headers of the
313 const CvArr* mask, CvMatND* stubs,
345 For CvMatND or CvSparseMat number of infices should match number of <dims> and
402 else CvMatND header should be passed */
429 /* Retrieves raw data of CvMat, IplImage or CvMatND.