Click here to show toolbars of the Web Online Help System: show toolbars |
Table: | For specifying the edge(s) to draw |
+ combination: | For an index or a label value |
MIL_ID ContextGraId, | //in |
MIL_ID ResultEdgeId, | //in |
MIL_ID DstImageBufOrListGraId, | //in |
MIL_INT64 Operation, | //in |
MIL_INT IndexOrLabel, | //in |
MIL_INT64 ControlFlag | //in |
This function draws specific edge results in the destination image buffer or graphics list.
To draw edge results, the required information must be available for the specified edge or group of edges, in the Edge Finder result buffer. To verify availability, call MedgeGetResult() with the required edge result combined with M_AVAILABLE.
You can draw results and settings, obtained relative to an offset, at the top-left corner of the destination image, using MgraControl() with M_DRAW_OFFSET_X and M_DRAW_OFFSET_Y and zoom them using MgraControl() with M_DRAW_ZOOM_X and M_DRAW_ZOOM_Y. For example, you can draw a zoomed section of the edge map found in the target image at the top-left corner of the destination image. For more information, see the Drawing graphics with offset and zoom subsection of the Drawing graphics section of Chapter 24: Generating graphics.
Note that if the edges are calculated using a calibrated source image, Edge Finder takes the camera calibration into account; that is, drawings might be distorted, according to the camera calibration. For example, a straight line (in the world) might be drawn as a curve.
Specifies the identifier of the graphics context to use when drawing. This parameter must be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the default graphics context of the current MIL application is used. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a valid graphics context identifier, which you have allocated using MgraAlloc(). |
Specifies the identifier of the Edge Finder result buffer from which to extract the results to draw. The Edge Finder result buffer must have been previously allocated on the required system using MedgeAllocResult().
The Edge Finder result buffer (ResultEdgeId) must be allocated on the same system as the graphics context buffer (ContextGraId). If it is not, an error will occur.
Specifies the identifier of the destination image buffer or graphics list in which to draw. The buffer can be any valid MIL image buffer allocated using MbufAlloc...(). The graphics list must be previously allocated using MgraAllocList(). By drawing into a display's overlay buffer or associating the graphics list with the display, you can also annotate an image non-destructively.
If specifying an image buffer, it must not have a region of interest (ROI) associated with it. Using an image buffer with an ROI will cause an error.
When using MedgeDraw() to draw results extracted from a calibrated source image, the destination drawing buffer need not be calibrated to the same world. MedgeDraw() draws all the requested results according to the calibrated source image.
Specifies the type of operation to perform. The possible Operation parameter values in the table below can be added together to draw multiple feature results at once.
The following operations can draw in a destination image buffer or graphics list.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a bounding box around each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a cross at the center of gravity of each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the circle fit of each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a cross at each edgel. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the ellipse fit of each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the edges' general Feret, using an H-type line (|-|). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the edges' maximum Feret, using an H-type line (|-|). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the edges' minimum Feret, using an H-type line (|-|). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws each edge's index value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws each edge's label value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the line fit of each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a cross at the center of each edge. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the segments of the edge approximation. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the segment intersections (or vertices) of the edge approximation. |
You can add the following value to the above-mentioned values to specify that the operation's numeric value is drawn.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the operation's numerical value is drawn. |
You can use one of the following values on its own, or add it to the above-mentioned values, to specify an operation that cannot use a graphics list as a destination.
The following operations can only draw in an image buffer.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal angle buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal cross-derivative buffer of the source image. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal first derivative buffer of the source image, in the X-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal first derivative buffer of the source image, in the Y-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the source image. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal magnitude buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the mask buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal second derivative buffer of the source image, in the X-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the internal second derivative buffer of the source image, in the Y-direction. |
Specifies the edge(s) to draw. This parameter must be set to one of the values below.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INCLUDED_EDGES. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies all edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies all currently excluded edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies all currently included edges. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies either the edge's index or label. |
You can add one of the following values to the above-mentioned values to specify whether you are providing an index or a label value.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies an edge using its index value. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies an edge using its label value. |
Header | Include mil.h. |
Library | Use mil.lib; miledge.lib. |
DLL | Requires mil.dll; miledge.dll. |