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: 4.1.0.3408 (4.1.0.3408)
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