| MCvPoint2D64f Constructor |
http://www.emgu.com
Create a MCvPoint2D64f structure with the specific x and y coordinates
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic MCvPoint2D64f(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
MCvPoint2D64f(
double x,
double y
)
new :
x : float *
y : float -> MCvPoint2D64fParameters
- x
- Type: SystemDouble
x-coordinate - y
- Type: SystemDouble
y-coordinate
See Also