C# Класс Emgu.CV.Structure.Ellipse

An ellipse
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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