MIL_ID SystemId, | //in |
MIL_INT64 EdgeFinderType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ContextIdPtr | //out |
This function allocates an Edge Finder context on the specified system. An Edge Finder context contains all the information necessary to perform an MedgeCalculate() operation, including global processing settings, and edge features to calculate. When the Edge Finder context is no longer required, you should release its memory, using MedgeFree().
Edge Finder context settings can be adjusted using MedgeControl().
Specifies the system on which to allocate the Edge Finder 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; miledge.lib. |
DLL | Requires mil.dll; miledge.dll. |