Get the points within the specific sphere
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public MCvPoint3D32f[] GetPointsWithinSphere( MCvPoint3D32f center, float radius )
Public Function GetPointsWithinSphere ( _ center As MCvPoint3D32f, _ radius As Single _ ) As MCvPoint3D32f()
public: array<MCvPoint3D32f>^ GetPointsWithinSphere( MCvPoint3D32f center, float radius )