BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkCloneAcquisition Class Reference

Description

Clone the given acquisition.

Syntax:
hc = btkCloneAcquisition(ho)
Parameters
hoOriginal handle pointing to a C++ btk::Acquisition object.
Return values
hcCloned acquisition represented as a handle.
Detailed description:
The release of the memory associated with the handle hc can be done automatically by Matlab when you use the command clear all, or you can use the function btkDeleteAcquisition. The use of the function btkDeleteAcquisition is greatly advised when you are doing batch processing as Matlab does not manage the C++ memory and an "Out of memory" error could be thrown.
See Also
btkDeleteAcquisition, btkNewAcquisition