C# Класс Emgu.CV.Structure.Cuboid

A solid resembling a cube, with the rectangular faces not all equal; a rectangular parallelepiped.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Max Emgu.CV.Structure.MCvPoint3D64f
Min Emgu.CV.Structure.MCvPoint3D64f

Открытые методы

Метод Описание
Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool

Check if the specific point is in the Cuboid

Описание методов

Contains() публичный Метод

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
Результат bool

Описание свойств

Max публичное свойство

The coordinate of the lower corner
public MCvPoint3D64f,Emgu.CV.Structure Max
Результат Emgu.CV.Structure.MCvPoint3D64f

Min публичное свойство

The coordinate of the upper corner
public MCvPoint3D64f,Emgu.CV.Structure Min
Результат Emgu.CV.Structure.MCvPoint3D64f