C# Class Emgu.CV.Structure.Cuboid

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

Méthodes publiques

Свойство Type Description
Max Emgu.CV.Structure.MCvPoint3D64f
Min Emgu.CV.Structure.MCvPoint3D64f

Méthodes publiques

Méthode Description
Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool

Check if the specific point is in the Cuboid

Method Details

Contains() public méthode

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
Résultat bool

Property Details

Max public_oe property

The coordinate of the lower corner
public MCvPoint3D64f,Emgu.CV.Structure Max
Résultat Emgu.CV.Structure.MCvPoint3D64f

Min public_oe property

The coordinate of the upper corner
public MCvPoint3D64f,Emgu.CV.Structure Min
Résultat Emgu.CV.Structure.MCvPoint3D64f