http://www.emgu.com
Constructs a WCube.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntaxpublic WCube(
MCvPoint3D64f minPoint,
MCvPoint3D64f maxPoint,
bool wireFrame,
MCvScalar color
)
Public Sub New (
minPoint As MCvPoint3D64f,
maxPoint As MCvPoint3D64f,
wireFrame As Boolean,
color As MCvScalar
)
public:
WCube(
MCvPoint3D64f minPoint,
MCvPoint3D64f maxPoint,
bool wireFrame,
MCvScalar color
)
new :
minPoint : MCvPoint3D64f *
maxPoint : MCvPoint3D64f *
wireFrame : bool *
color : MCvScalar -> WCube
Parameters
- minPoint
- Type: Emgu.CV.StructureMCvPoint3D64f
Specifies minimum point of the bounding box. - maxPoint
- Type: Emgu.CV.StructureMCvPoint3D64f
Specifies maximum point of the bounding box. - wireFrame
- Type: SystemBoolean
If true, cube is represented as wireframe. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the cube.
See Also