C# Class Emgu.CV.Structure.Cuboid

A solid resembling a cube, with the rectangular faces not all equal; a rectangular parallelepiped.
Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
Max Emgu.CV.Structure.MCvPoint3D64f
Min Emgu.CV.Structure.MCvPoint3D64f

Public Methods

Method Description
Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool

Check if the specific point is in the Cuboid

Method Details

Contains() public method

Check if the specific point is in the Cuboid
public Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool
point Emgu.CV.Structure.MCvPoint3D64f The point to be checked
return bool

Property Details

Max public_oe property

The coordinate of the lower corner
public MCvPoint3D64f,Emgu.CV.Structure Max
return Emgu.CV.Structure.MCvPoint3D64f

Min public_oe property

The coordinate of the upper corner
public MCvPoint3D64f,Emgu.CV.Structure Min
return Emgu.CV.Structure.MCvPoint3D64f