Scripting API
btkGetPoint
| Module | BTKAcquisitionAccessor |
Description#
Extracts one point from the given acquisition based on an index or a string.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| idx | Integer containing the index of the point to extract. |
| label | String containing the label of the point to extract. |
Returned Values#
| values | Numpy matrix of reals (n,3) with X,Y,Z components. |
| info | dictionnary with some informations related to the extracted point.
|