WCone Constructor (Double, Double, Int32, MCvScalar) |
http://www.emgu.com
Constructs default cone oriented along x-axis with center of its base located at origin.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic WCone(
double length,
double radius,
int resolution,
MCvScalar color
)
Public Sub New (
length As Double,
radius As Double,
resolution As Integer,
color As MCvScalar
)
public:
WCone(
double length,
double radius,
int resolution,
MCvScalar color
)
new :
length : float *
radius : float *
resolution : int *
color : MCvScalar -> WCone
Parameters
- length
- Type: SystemDouble
Length of the cone. - radius
- Type: SystemDouble
Radius of the cone. - resolution
- Type: SystemInt32
Resolution of the cone. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the cone.
See Also