MIL_ID SysId, | //in |
MIL_INT64 ContextType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ContextBlobIdPtr | //out |
This function allocates a Blob Analysis context. A Blob Analysis context contains all the information necessary to perform an MblobCalculate() operation, including global processing settings, and the blob features to calculate. Immediately after allocation, the context has only a few features enabled for calculation (for example, a blob's area). Use MblobControl() to enable addition features for calculation. When the context is no longer required, release it, using MblobFree().
Specifies the system on which to allocate the context.
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. |