Home | History | Annotate | Download | only in include

Lines Matching defs:IplImage

325 *                                  Image type (IplImage)                                 *
367 int nSize; /* sizeof(IplImage) */
398 IplImage;
442 #define IPL_IMAGE_MAGIC_VAL ((int)sizeof(IplImage))
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
449 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
452 floating point data in IplImage's */