Drawing
This group contains functions for painting and describing images.
Handling 4-channel colors 4-channel colors are accepted directly into the result image. No alpha blending or similar takes place. |
Functions
Arrow
Circles and Arcs
Components
Contours
Ellipse
Keypoints and Matches
Lines
- F_VN_DrawLine(Exp)
- F_VN_DrawLines(Exp)
- F_VN_DrawLine(Exp)_TcVnVector4_DINT
- F_VN_DrawLine(Exp)_TcVnVector4_LREAL
Orientation
Points
Polygon
Rectangle
- F_VN_DrawRectangle
- F_VN_DrawRectangle_TcVnRectangle_DINT
- F_VN_DrawRectangle_TcVnRectangle_UDINT
- F_VN_DrawRotatedRectangle(Exp)
- F_VN_FillRectangle
- F_VN_FillRotatedRectangle
Intensity Profile
Text
Painting and filling
For many shapes there is an option to paint both the outline of the shape and the filled shape. Two functions are available for this: (F_VN_Draw
and F_VN_Fill
respectively). In addition, setting the outline thickness nThickness
to -1
leads to the shape being filled.
Further Information
- F_VN_DrawArrow
- F_VN_DrawArrow_TcVnVector4_DINT
- F_VN_DrawArrowExp
- F_VN_DrawArrowExp_TcVnVector4_DINT
- F_VN_DrawCircle
- F_VN_DrawCircleExp
- F_VN_DrawCircles
- F_VN_DrawCirclesExp
- F_VN_DrawCircularArc
- F_VN_DrawCircularArcExp
- F_VN_DrawComponents
- F_VN_DrawComponentsExp
- F_VN_DrawContours
- F_VN_DrawContoursExp
- F_VN_DrawEllipse
- F_VN_DrawEllipseExp
- F_VN_DrawKeypoints
- F_VN_DrawKeypointsExp
- F_VN_DrawLine
- F_VN_DrawLine_TcVnVector4_DINT
- F_VN_DrawLine_TcVnVector4_LREAL
- F_VN_DrawLineExp
- F_VN_DrawLineExp_TcVnVector4_DINT
- F_VN_DrawLineExp_TcVnVector4_LREAL
- F_VN_DrawLines
- F_VN_DrawLinesExp
- F_VN_DrawMatches
- F_VN_DrawMatchesExp
- F_VN_DrawOrientation
- F_VN_DrawOrientationExp
- F_VN_DrawPoint
- F_VN_DrawPointExp
- F_VN_DrawPoints
- F_VN_DrawPointsExp
- F_VN_DrawPolygon
- F_VN_DrawPolygonExp
- F_VN_DrawRectangle
- F_VN_DrawRectangle_TcVnRectangle_DINT
- F_VN_DrawRectangle_TcVnRectangle_UDINT
- F_VN_DrawRotatedRectangle
- F_VN_DrawRotatedRectangleExp
- F_VN_FillCircle
- F_VN_FillContours
- F_VN_FillEllipse
- F_VN_FillPolygon
- F_VN_FillRectangle
- F_VN_FillRotatedRectangle
- F_VN_PlotIntensityProfile
- F_VN_PlotIntensityProfileExp
- F_VN_PutLabel
- F_VN_PutLabelExp
- F_VN_PutText
- F_VN_PutTextExp