WCone Constructor (Double, MCvPoint3D64f, MCvPoint3D64f, Int32, MCvScalar) |
http://www.emgu.com
Constructs repositioned planar cone.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic WCone(
double radius,
MCvPoint3D64f center,
MCvPoint3D64f tip,
int resolution,
MCvScalar color
)
Public Sub New (
radius As Double,
center As MCvPoint3D64f,
tip As MCvPoint3D64f,
resolution As Integer,
color As MCvScalar
)
public:
WCone(
double radius,
MCvPoint3D64f center,
MCvPoint3D64f tip,
int resolution,
MCvScalar color
)
new :
radius : float *
center : MCvPoint3D64f *
tip : MCvPoint3D64f *
resolution : int *
color : MCvScalar -> WCone
Parameters
- radius
- Type: SystemDouble
Radius of the cone. - center
- Type: Emgu.CV.StructureMCvPoint3D64f
Center of the cone base. - tip
- Type: Emgu.CV.StructureMCvPoint3D64f
Tip of the cone. - resolution
- Type: SystemInt32
Resolution of the cone. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the cone.
See Also