/
selectByMarkerRadius

selectByMarkerRadius

Description

Selects markers by marker radius. Markers have a radius channel. When reconstructing in Shogun Post, it's possible for reconstruction to place the radius of the marker at each frame on the radius channel. This command allows markers with an average radius between the min and max radius arguments to be selected. This can be useful for selecting all face markers or finger markers separately from body markers, even when the markers are unlabeled.

Functional area

Selection

Command syntax

Syntax

selectByMarkerRadius minRadius maxRadius[-a] [-r] [-childOf string]

Arguments

NameTypeRequiredComments
minRadiusfloatyesMarkers with a radius smaller then this value are not selected.
maxRadiusfloatyesMarkers with a radius larger then this value are not selected.

Flags

NameFlag argumentsArgument typeExclusive toComments
a0rAdds to the current selection.
r0aRemoves from the current selection.
childOf1stringSelects only markers that are a child of the given module.

Return value

void

Examples

// Select all markers with a radius between 2 and 6 under the
// character named Bob.
selectByMarkerRadius 2.0 6.0 -childOf "Bob";

Additional information

Related commands



© Copyright Vicon Motion Systems. All rights reserved.

Vicon trademarks