Check if the specific point is in the Cuboid

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

Syntax

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

Parameters

point
MCvPoint3D64f
The point to be checked

Return Value

True if the point is in the cuboid

See Also