Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID ResultImId, | //in |
MIL_INT OffEntry, | //in |
MIL_INT NbEntries, | //in |
MIL_INT64 ResultType, | //in |
void *UserArrayPtr | //out |
This function retrieves the specified number of result entries from the specified result buffer and stores them in the specified one-dimensional destination user array.
If your target image was associated with a camera calibration context, positional and dimensional results are, by default, returned with respect to the relative coordinate system of the image. Otherwise, these results are returned in pixels, relative to the top-left pixel in the target image.
If your target image was associated with a camera calibration context, but you want to retrieve positional and dimensional results in pixel units, use MimControl() with the M_RESULT_OUTPUT_UNITS control type set to M_PIXEL. However, note that if you set M_RESULT_OUTPUT_UNITS to M_WORLD without specifying a calibrated image in which to calculate the results, MimGetResult1d() will generate an error.
Specifies the identifier of the image processing result buffer from which to get results.
Specifies the offset of the first result to read. The given value must be within the number of allocated result entries.
Specifies the number of result entries to get, starting from the entry specified by the OffEntry parameter.
Specifies the type of result(s) to retrieve.
See the Parameter associations section for possible values that can be specified.
Specifies the address of the one-dimensional array in which to write the results read from the MIL result buffer.
See the Parameter associations section for possible values that can be returned.
The table below lists possible values for the ResultType parameter and possible values returned to the UserArrayPtr parameter.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
UserArrayPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the best orientations (angle values) calculated by MimFindOrientation() and stored in an M_FIND_ORIENTATION_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT
(more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the cumulative histogram values from an M_HIST_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT
(more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the number of events from an M_EVENT_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT |
array of type MIL_FLOAT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the inverse cumulative histogram from a M_HIST_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT
(more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the image X-coordinate of each event from an M_EVENT_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT |
array of type MIL_FLOAT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the image Y-coordinate of each event from an M_EVENT_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT |
array of type MIL_FLOAT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the score attributed to each orientation (angle) value calculated by MimFindOrientation() and stored in an M_FIND_ORIENTATION_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT
(more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the validity of projection data, from an M_PROJ_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT |
array of type MIL_FLOAT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |
Specifies invalid projection data for the lane due to no valid pixels residing in the lane of pixels in the source image corresponding to the M_PROJ_LIST entry. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |
Specifies valid projection data for the lane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves values from an M_HIST_LIST, M_PROJ_LIST, M_EXTREME_LIST, M_EVENT_LIST, or M_COUNT_LIST result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT |
array of type MIL_FLOAT (more
details...)
|
You can add the following value to the above-mentioned values to get the requested results as a percentage.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
UserArrayPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Retrieves the histogram values or cumulative histogram values, as a percentage. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info: Data
type: array of type MIL_INT
(more
details...)
|
You can add one of the following values to the above-mentioned values to cast the requested results to the required data type.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
UserArrayPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Casts the requested results to a MIL_DOUBLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info:
Data type: array of type
MIL_DOUBLE | address of a
MIL_DOUBLE (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Casts the requested results to a MIL_FLOAT. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info:
Data type: array of type
MIL_FLOAT | address of a
MIL_FLOAT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Casts the requested results to a MIL_INT. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info:
Data type: array of type
MIL_INT | address of a
MIL_INT (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Casts the requested results to a MIL_INT32. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info:
Data type: array of type
MIL_INT32 | address of a
MIL_INT32 (more
details...)
|
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Casts the requested results to a MIL_INT64. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Data type info:
Data type: array of type
MIL_INT64 | address of a
MIL_INT64 (more
details...)
|
Header | Include mil.h. |
Library | Use mil.lib; milim.lib. |
DLL | Requires mil.dll; milim.dll. |