Table of Contents

Struct Cuboid

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

A solid resembling a cube, with the rectangular faces not all equal; a rectangular parallelepiped.

public struct Cuboid
Inherited Members

Fields

Max

The coordinate of the lower corner

public MCvPoint3D64f Max

Field Value

MCvPoint3D64f

Min

The coordinate of the upper corner

public MCvPoint3D64f Min

Field Value

MCvPoint3D64f

Properties

Centroid

Get the centroid of this cuboid

public MCvPoint3D64f Centroid { get; }

Property Value

MCvPoint3D64f

Methods

Contains(MCvPoint3D64f)

Check if the specific point is in the Cuboid

public bool Contains(MCvPoint3D64f point)

Parameters

point MCvPoint3D64f

The point to be checked

Returns

bool

True if the point is in the cuboid