Click here to show toolbars of the Web Online Help System: show toolbars |
Table: | For a camera calibration context or a fixturing offset object |
+ combination: | For specifying how to draw the coordinate system |
+ combination: | For specifying where the axes will be displayed |
Table: | For a camera calibration context |
Table: | For a fixturing offset object |
MIL_ID ContextGraId, | //in |
MIL_ID ContextCalOrImageBufId, | //in |
MIL_ID DstImageBufOrListGraId, | //in |
MIL_INT64 Operation, | //in |
MIL_INT Index, | //in |
MIL_INT64 ControlFlag | //in |
This function draws specific features of results, obtained from a camera calibration operation, in the destination image buffer or graphics list.
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 camera calibration context, calibrated image, corrected image, or fixturing offset object from which to extract the information to draw.
When specifying a calibrated image or corrected image, the image cannot be associated with a region of interest (ROI), otherwise an error will occur.
If passing a camera calibration context, it must have been previously allocated on the required system using McalAlloc(). The camera calibration context should have been successfully calibrated using McalList() or McalGrid().
When working in M_3D_ROBOTICS camera calibration mode, it is possible to use McalDraw() with M_DRAW_IMAGE_POINTS, and for fiducial grids M_DRAW_FIDUCIAL_BOX, between two successful calls to McalGrid() / McalList(), to draw the calibration points or the fiducial box of one camera calibration pose before being fully calibrated.
If passing a fixturing offset object, it must have been previously allocated on the required system using McalAlloc() with M_FIXTURING_OFFSET. In addition the fixturing offset object should have been set up using McalFixture() with M_LEARN_OFFSET.
If ContextCalOrImageBufId is set to M_NULL, the coordinate system of the destination image is used.
Specifies the identifier of the destination image buffer or graphics list in which to draw. If a buffer is specified, it must be an unsigned 8-bit image buffer. By drawing into the 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.
If you specify a graphics list, the graphics list must have been previously allocated using MgraAllocList().
Specifies the type of operation to perform.
For a camera calibration context or a fixturing offset object, you can set the Operation parameter to one of the following values. Note that if no combination constant is specified, the coordinate system will be drawn as if M_DRAW_ALL were specified.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the absolute coordinate system of the specified source camera calibration context or calibrated image (ContextCalOrImageBufId). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the pixel coordinate system of the destination image, DstImageBufOrListGraId with the origin placed at the center of the top-left pixel. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the relative coordinate system of the specified source camera calibration context or calibrated image (ContextCalOrImageBufId). |
You can add one of the following values to the above-mentioned values to specify how to draw the coordinate system.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the coordinate system using all the features listed in this table. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the X-axis and Y-axis lines with arrow heads and axis labels. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws three arrows (instead of full axes) and axis labels. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the legend in the image at the bottom right. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws crosses at each major tick mark. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws dots at each minor tick mark. |
You can add the following value to the above-mentioned values to specify a new location for the axes to cross if drawing the world coordinate (0,0) causes an arrow not to be visible.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to choose a new location for the axes to cross if, when trying to draw the lines and arrows at world coordinate (0,0), part of the axes would not otherwise be visible . |
For a camera calibration context, you can set the Operation parameter to one of the following:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a box around the fiducial located during calibration, for fiducial grids with a Data Matrix code (McalGrid() with M_GRID_FIDUCIAL set to M_DATAMATRIX). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the calibration points, used with McalGrid() or McalList(), to calibrate the source camera calibration context (ContextCalOrImageBufId). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a contour of the rectangle surrounding the calibrated area when using piecewise linear camera calibration mode (M_LINEAR_INTERPOLATION). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws a filled rectangle on the calibrated area when using piecewise linear camera calibration mode (M_LINEAR_INTERPOLATION). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Draws the real-world positions of the calibration points, used with McalGrid() or McalList(), to calibrate the source camera calibration context (ContextCalOrImageBufId). |
For a fixturing offset object, you can set the Operation parameter to the following:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to draw the reference location that would have been used to place the current relative coordinate system of the destination image, given the specified fixturing offset object. |
Specifies the index of the pose of a M_3D_ROBOTICS camera calibration context from which the calibration points or fiducial box should be drawn. If this information is not required or supported, set this parameter to M_DEFAULT.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to draw the calibration points of the last pose, for M_3D_ROBOTICS camera calibration contexts. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the index of a camera calibration pose. |
Header | Include mil.h. |
Library | Use mil.lib; milcal.lib. |
DLL | Requires mil.dll; milcal.dll. |