http://www.emgu.com
Construct a cross
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Cross2DF(
PointF center,
float width,
float height
)
Public Sub New (
center As PointF,
width As Single,
height As Single
)
public:
Cross2DF(
PointF center,
float width,
float height
)
new :
center : PointF *
width : float32 *
height : float32 -> Cross2DF
Parameters
- center
- Type: System.DrawingPointF
The center of the cross - width
- Type: SystemSingle
the width of the cross - height
- Type: SystemSingle
the height of the cross
See Also