http://www.emgu.com
Constructs a WCylinder.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic WCylinder(
ref MCvPoint3D64f axisPoint1,
MCvPoint3D64f axisPoint2,
double radius,
int numsides,
MCvScalar color
)
Public Sub New (
ByRef axisPoint1 As MCvPoint3D64f,
axisPoint2 As MCvPoint3D64f,
radius As Double,
numsides As Integer,
color As MCvScalar
)
public:
WCylinder(
MCvPoint3D64f% axisPoint1,
MCvPoint3D64f axisPoint2,
double radius,
int numsides,
MCvScalar color
)
new :
axisPoint1 : MCvPoint3D64f byref *
axisPoint2 : MCvPoint3D64f *
radius : float *
numsides : int *
color : MCvScalar -> WCylinder
Parameters
- axisPoint1
- Type: Emgu.CV.StructureMCvPoint3D64f
A point1 on the axis of the cylinder. - axisPoint2
- Type: Emgu.CV.StructureMCvPoint3D64f
A point2 on the axis of the cylinder. - radius
- Type: SystemDouble
Radius of the cylinder. - numsides
- Type: SystemInt32
Resolution of the cylinder. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the cylinder.
See Also