Function CvSize from cvbase
Brief description
CvSize(width:int,height:int):CvSize
Creates a CvSize instance from two integers More ...
Function information
| Name: | CvSize |
| Base: | |
| Group: | OpenCV plugins:Basic plugins |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | |
| Copyright: |
Detailed description
Creates a CvSize instance from two integers
Input parameters
-
width:
int
- Width of the size
-
height:
int
- Height of the size
Return values
-
Default return value:
CvSize
- New size
