Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID SysId, | //in |
MIL_INT NbEntries, | //in |
MIL_INT64 ResultType, | //in |
MIL_ID *ResultImIdPtr | //out |
This function allocates a result buffer with the specified number of entries, for use with some of the Image Processing module's functions (for example, the statistical functions).
When the result buffer is no longer required, you should release its memory, using MimFree().
Specifies the system on which to allocate the result buffer. This parameter should be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Specifies the number of buffer entries to allocate for the specified result buffer. This parameter should be set to one of the following values:
Specifies the type of data that will be stored in this result buffer. This parameter must be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimCountDifference() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimLocateEvent() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimFindExtreme() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimFindOrientation() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimHistogram() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimLocatePeak1d() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimProjection() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold MimStatCalculate() results. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the buffer can hold results from MimWaveletTransform() and MimWaveletDenoise(). |
You can add the following value to the above-mentioned values to set the type of data stored in the result buffer .
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Allocates a result buffer of type float. |
Header | Include mil.h. |
Library | Use mil.lib; milim.lib. |
DLL | Requires mil.dll; milim.dll. |