C# Class Emgu.CV.Structure.LineSegment3DF

A 3D line segment
Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Méthode Description
LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System

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

Method Details

LineSegment3DF() public méthode

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
Résultat System