Is it possible to draw and display circles in a multiframe TIFF video?

1 view (last 30 days)
Is it possible to draw and display circles throughout the multiframe TIFF video (attached) at points (180,183) and (190,203)?

Answers (1)

Ashutosh Prasad
Ashutosh Prasad on 17 Jan 2019
You can read the tiff video file frame by frame using the read function.
Follow this link for an example on drawing a circle on a video frame

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!