Scripting API

btkGetPointFrameNumber

Module BTKAcquisitionAccessor

Description#

Returns the number of frames for the points in the given acquisition.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

pfnInteger with the number of frames.

Detailed Description#

Notes#

See also#

btkGetPointNumber

Syntax#

pfn = btkGetPointFrameNumber(h)

Examples#