Function CvPoint from cvbase
Brief description
CvPoint(x:int,y:int):CvPoint
Creates a CvPoint instance from two integers More ...
Function information
| Name: | CvPoint |
| Base: | CvPoint |
| Group: | OpenCV plugins:Basic plugins |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Creates a CvPoint instance from two integers
Input parameters
-
x:
int
- X-coordinat of the point
-
y:
int
- Y-coordinat of the point
Return values
-
Default return value:
CvPoint
- New size
