Table of Contents

Struct Cross2DF

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

A 2D cross

public struct Cross2DF
Inherited Members

Constructors

Cross2DF(PointF, float, float)

Construct a cross

public Cross2DF(PointF center, float width, float height)

Parameters

center PointF

The center of the cross

width float

the width of the cross

height float

the height of the cross

Properties

Center

The center of this cross

public PointF Center { get; set; }

Property Value

PointF

Horizontal

Get the horizonal linesegment of this cross

public LineSegment2DF Horizontal { get; }

Property Value

LineSegment2DF

Size

The size of this cross

public SizeF Size { get; set; }

Property Value

SizeF

Vertical

Get the vertical linesegment of this cross

public LineSegment2DF Vertical { get; }

Property Value

LineSegment2DF