How can I make the image which is after hold on and plot to a variable

조회 수: 2 (최근 30일)
Zhangyu Huang
Zhangyu Huang 2021년 4월 4일
답변: Walter Roberson 2021년 4월 4일
This is my code.
figure;
detect1=imshow(frame_target);
hold on;
line(newReferencePolygon(:, 1), newReferencePolygon(:, 2), 'Color', 'y');% add a line to this image
In this case, I added some lines to my figure.
I want to use this figure with changed in later code which means make that changed figure to a variable.
I don't want to save that figure in my computer.
What should I do?
Thank you.

답변 (1개)

Walter Roberson
Walter Roberson 2021년 4월 4일

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by