Adding polygon to image without hold on

2 views (last 30 days)
Kamil Kalwa
Kamil Kalwa on 3 Jan 2017
Hello, I am writing a program which detects logo in a video sequence. In this project I send a video sequence to the Matlab, it converts that sequence into frames, changes them to grayscale using rgb2gray function and detects logo on frame. Now i want to draw a polygon "around" this logo. Common solution is to plot image, use hold on and draw a line with a line function, but I want to do this without plotting each frame. Is there a way to do it? P.S. I'm sorry if my english is bad (I'm not a native speaker).

Answers (0)

Community Treasure Hunt

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

Start Hunting!