C# 클래스 Emgu.CV.Structure.Ellipse

An ellipse
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
Ellipse ( MCvBox2D box2d ) : System

Create an ellipse from the specific MCvBox2D

Ellipse ( PointF center, SizeF size, float angle ) : System

Create an ellipse with specific parameters

메소드 상세

Ellipse() 공개 메소드

Create an ellipse from the specific MCvBox2D
public Ellipse ( MCvBox2D box2d ) : System
box2d MCvBox2D The MCvBox2D representation of this ellipse
리턴 System

Ellipse() 공개 메소드

Create an ellipse with specific parameters
public Ellipse ( PointF center, SizeF size, float angle ) : System
center System.Drawing.PointF The center of the ellipse
size System.Drawing.SizeF The width and height of the ellipse
angle float The rotation angle in radian for the ellipse
리턴 System