Check if the specific point is in the Cuboid

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.726 (2.1.0.726)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool PointInCuboid(
	MCvPoint3D64f point
)
Public Function PointInCuboid ( _
	point As MCvPoint3D64f _
) As Boolean
public:
bool PointInCuboid(
	MCvPoint3D64f point
)

Parameters

point
MCvPoint3D64f
The point to be checked

Return Value

True if the point is in the cuboid

See Also