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

A 3D line segment
Показать файл Открыть проект

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

Метод Описание
LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System

Create a line segment with the specific start point and end point

Описание методов

LineSegment3DF() публичный Метод

Create a line segment with the specific start point and end point
public LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System
p1 MCvPoint3D32f The first point on the line segment
p2 MCvPoint3D32f The second point on the line segment
Результат System