#include <FeatExtrTask.h>

Public Member Functions | |
| void | initSharedMem () |
| Init function for the shared memory of the feature extraction. | |
| void | setMyProtrusions (PosiFeatures &protrusions, MotionModuleTState &protrusionsTState) |
| Sets the protrusions and the TState of the time in wich they are extracted. | |
| void | setMyCorners (PosiFeatures &corners, MotionModuleTState &cornersTState) |
| Sets the corners. | |
| bool | printFeat () |
| Get the printPosiFeature flag. | |
| void MipTasks::FeatExtrSharedMem::initSharedMem | ( | ) |
Init function for the shared memory of the feature extraction.
| void MipTasks::FeatExtrSharedMem::setMyProtrusions | ( | PosiFeatures & | protrusions, | |
| MotionModuleTState & | protrusionsTState | |||
| ) |
Sets the protrusions and the TState of the time in wich they are extracted.
| [in] | &posifeatures | New protrusion vector. |
| [in] | &posifeaturesTState | MotionModuleTState of the new protrusion vector. |
| void MipTasks::FeatExtrSharedMem::setMyCorners | ( | PosiFeatures & | corners, | |
| MotionModuleTState & | cornersTState | |||
| ) |
Sets the corners.
| [in] | &corners | New corner vector. |
| [in] | &cornersTState | MotionModuleTState of the new corners vector. |
| bool MipTasks::FeatExtrSharedMem::printFeat | ( | ) |
Get the printPosiFeature flag.
1.5.6