Filter the leds position that are unlikely to belong to the frames.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Function GetFramesLeds ( _
	wiiMoteALedsCoord As Point() _
) As Point()()
C#
public Point[][] GetFramesLeds(
	Point[] wiiMoteALedsCoord
)
Visual C++
public:
array<array<Point>^>^ GetFramesLeds(
	array<Point>^ wiiMoteALedsCoord
)
JavaScript
function getFramesLeds(wiiMoteALedsCoord);

Parameters

wiiMoteALedsCoord
Type: array< System.Drawing..::.Point >[]()[]

Return Value

See Also