|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Clone the given acquisition.
hc = btkCloneAcquisition(ho) | ho | Original handle pointing to a C++ btk::Acquisition object. |
| hc | Cloned acquisition represented as a 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.
1.8.5