Click or drag to resize
CuboidContains Method
http://www.emgu.com
Check if the specific point is in the Cuboid

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool Contains(
	MCvPoint3D64f point
)

Parameters

point
Type: Emgu.CV.StructureMCvPoint3D64f
The point to be checked

Return Value

Type: Boolean
True if the point is in the cuboid
See Also