Scripting API

btkSetMaxInterpolationGap

Module BTKAcquisitionModifier

Description#

Sets acquisition's maximum interpolation gap.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
gapInteger with the adviced maximum number of video frames to interpolate.

Returned Values#

Detailed Description#

Notes#

See also#

btkSetAnalogNumber, btkSetAnalogResolution, btkSetAnalogSampleNumberPerFrame, btkSetFirstFrame, btkSetFrameNumber, btkSetFrequency, btkSetPointNumber

Syntax#

btkSetMaxInterpolationGap(h, gap)

Examples#