IplImage Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodIplImage
Default constructor
Public methodIplImage(Boolean)
Allocates memory
Public methodIplImage(IntPtr)
Initializes by native pointer (IplImage*)
Public methodIplImage(String)
Loads an image from the specified file.
Public methodIplImage(IntPtr, Boolean)
Initializes by native pointer (IplImage*)
Protected methodIplImage(SerializationInfo, StreamingContext)
Initializes a new instance of the IplImage class
Public methodIplImage(String, LoadMode)
Loads an image from the specified file.
Public methodIplImage(CvSize, BitDepth, Int32)
Creates header and allocates data (cvCreateImage).
Public methodIplImage(Int32, Int32, BitDepth, Int32)
Creates header and allocates data (cvCreateImage).
Top
See Also

Reference