Function height from cvbase
Brief description
height(image:IplImage):int
Returns the height of an OpenCV image More ...
Function information
| Name: | height |
| Base: | IplImage |
| Group: | OpenCV plugins:Image plugins |
| Icon: | cvimage.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Returns the height of an OpenCV image
Input parameters
-
image:
IplImage
- OpenCV image
Return values
-
Default return value:
int
- Height of the image
