This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

Description

fixOcclusion performs occlusion fixing using the latest Axiom algorithms. This is the same occlusion fixing that is used by quickPost, but enables occlusion fixing to be run as a discrete step.

Processes a capture over the entire play range unless the -ranges or -currentFrame flag is used.

To set the options for occlusion fixing, use the fixOcclusionOptions command.

Functional area

Data editing

Command syntax

Syntax

fixOcclusion [-ranges] [-currentFrame]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
rangescurrentFramePerforms occlusion fixing on only the selected range(s) of the current capture using Axiom algorithms.
currentFramerangesPerforms occlusion fixing on only the current frame of the current capture using Axiom algorithms.

Return value

void

Additional information

Related commands