Click or drag to resize

MCvPoint2D64f Constructor

http://www.emgu.com
Create a MCvPoint2D64f structure with the specific x and y coordinates

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public MCvPoint2D64f(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
x-coordinate
y
Type: SystemDouble
y-coordinate
See Also