http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get the points within the specific sphere
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public MCvPoint3D32f[] GetPointsWithinSphere( MCvPoint3D32f center, float radius ) |
Visual Basic |
---|
Public Function GetPointsWithinSphere ( _ center As MCvPoint3D32f, _ radius As Single _ ) As MCvPoint3D32f() |
Visual C++ |
---|
public: array<MCvPoint3D32f>^ GetPointsWithinSphere( MCvPoint3D32f center, float radius ) |
Parameters
- center
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The center of the sphere
- radius
- Type: System..::..Single
The radius of the sphere