Function IplImage from cvbase
Brief description
IplImage(width:int,height:int,channels:int):IplImage
Creates an IplImage from width and height More ...
Function information
Name: | IplImage |
Base: | IplImage |
Group: | OpenCV plugins:Image plugins |
Icon: | opencv.png |
Color: | blue |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates an IplImage from width and height
Input parameters
-
width:
int
- Width of the image
-
height:
int
- Height of the image
-
channels:
int
- Number of channels
Return values
-
Default return value:
IplImage
- New empty image