C# Class Emgu.CV.Structure.LineSegment3DF

A 3D line segment
Exibir arquivo Open project: fajoy/RTSPExample

Public Methods

Method Description
LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System

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

Method Details

LineSegment3DF() public method

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
return System