Plot on an image- addMarkerLines2Img

Plot a curve line/points on an image

現在この提出コンテンツをフォロー中です。

This functions allows marking objects of interest/path/trajectory on an image, returning the marked image. The functionality is similar to usage of plot with a background image, but here plot command is not used. The resulting image can thus be used- saved as image file, added to a video, processed etc.. To achieve connection between trajectory points (plot style) calculate dense trajectory without holed. mask2poly does this for mask borders.
Similar functionality is available as part of the Computer Vision Toolbox.

引用

Nikolay S. (2026). Plot on an image- addMarkerLines2Img (https://jp.mathworks.com/matlabcentral/fileexchange/37427-plot-on-an-image-addmarkerlines2img), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: implot- image plot

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.0.0

Added markerOpacity input parameter
Supporting lineColor numeric triplet inputs together with characters

1.1.0.0

Added lineStyle functionality, filling gaps between trajectory points

1.0.0.0