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
Syntaxpublic bool Contains(
MCvPoint3D64f point
)
Public Function Contains (
point As MCvPoint3D64f
) As Boolean
public:
bool Contains(
MCvPoint3D64f point
)
member Contains :
point : MCvPoint3D64f -> bool
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D64f
The point to be checked
Return Value
Type:
BooleanTrue if the point is in the cuboid
See Also