Plot on an image- addMarkerLines2Img
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.
Zitieren als
Nikolay S. (2025). Plot on an image- addMarkerLines2Img (https://www.mathworks.com/matlabcentral/fileexchange/37427-plot-on-an-image-addmarkerlines2img), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > Formatting and Annotation > Labels and Annotations > Annotations >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Tags
Quellenangaben
Inspiriert: implot- image plot
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
addMarkerLines2Img/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Added markerOpacity input parameter
|
||
1.1.0.0 | Added lineStyle functionality, filling gaps between trajectory points |
||
1.0.0.0 |