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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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