MIL_ID SystemId, | //in |
MIL_ID *FeatureListIdPtr | //out |
This function allocates a feature list. The feature list holds the feature(s) to be calculated by MblobCalculate(). You must specify which feature(s) to calculate, using MblobSelectFeature(), MblobSelectFeret(), and MblobSelectMoment(). Immediately after allocation, no features are selected in the feature list. When the feature list is no longer required, release it, using MblobFree().
Specifies the system on which to allocate the feature list.
This parameter should be set to one of the following values:
For specifying the system
|
|||||||||||||||||||||||||||||||||||||||
Value | Description
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Header | Include mil.h. |
Library | Use mil.lib; milblob.lib. |
DLL | Requires mil.dll; milblob.dll. |