Overload List
Name | Description | |
---|---|---|
IplImage |
Default constructor
| |
IplImage(Boolean) |
Allocates memory
| |
IplImage(IntPtr) |
Initializes by native pointer (IplImage*)
| |
IplImage(String) |
Loads an image from the specified file.
| |
IplImage(IntPtr, Boolean) |
Initializes by native pointer (IplImage*)
| |
IplImage(SerializationInfo, StreamingContext) | Initializes a new instance of the IplImage class | |
IplImage(String, LoadMode) |
Loads an image from the specified file.
| |
IplImage(CvSize, BitDepth, Int32) |
Creates header and allocates data (cvCreateImage).
| |
IplImage(Int32, Int32, BitDepth, Int32) |
Creates header and allocates data (cvCreateImage).
|
See Also