Adding polygon to image without hold on
이전 댓글 표시
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).
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 ROI-Based Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!