MIL_ID SystemId, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ResultIdPtr | //out |
This function allocates a registration result buffer, on the specified system, to store results obtained from an MregCalculate() operation. When the registration result buffer is no longer required, release its memory, using MregFree().
Specifies the system on which to allocate the result buffer. 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(). |
Specifies the type of result buffer to allocate. This parameter should be set to one of the following values.
For specifying the type of result
buffer
|
|||||||||||||||||||||||||||||||||||||||
Value | Description
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_STITCHING_RESULT. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_DEPTH_OF_FIELD_RESULT |
Specifies that the result buffer can hold results from an extended depth of field (EDoF) operation. |
||||||||||||||||||||||||||||||||||||||
M_STITCHING_RESULT |
Specifies that the result buffer can hold results from a correlation-stitching registration operation. |
Header | Include mil.h. |
Library | Use mil.lib; milreg.lib. |
DLL | Requires mil.dll; milreg.dll. |