HomeSort by relevance Sort by last modified time
    Searched defs:IplImage (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxcore.hpp 56 CvImage( IplImage* img ) : image(img)
97 void attach( IplImage* img, bool use_refcount=true )
190 operator const IplImage* () const { return image; }
191 operator IplImage* () { return image; }
205 IplImage* image;
cxtypes.h 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 */
    [all...]

Completed in 39 milliseconds