Home
last modified time | relevance | path

Searched defs:_IplImage (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h300 _IplImage struct
319 struct _IplImage *maskROI; /**< Must be NULL. */ argument
334 _IplImage() {} in _IplImage() argument
/external/opencv/cxcore/include/
Dcxtypes.h365 typedef struct _IplImage struct
384 struct _IplImage *maskROI; /* Must be NULL. */ argument
385 void *imageId; /* " " */
386 struct _IplTileInfo *tileInfo; /* " " */
387 int imageSize; /* Image data size in bytes
390 char *imageData; /* Pointer to aligned image data. */
391 int widthStep; /* Size of aligned image row in bytes. */
392 int BorderMode[4]; /* Ignored by OpenCV. */
393 int BorderConst[4]; /* Ditto. */
394 char *imageDataOrigin; /* Pointer to very origin of image data
/external/opencv3/modules/core/src/
Dmatrix.cpp5409 _IplImage::_IplImage(const cv::Mat& m) in _IplImage() function in _IplImage