필터 지우기
필터 지우기

I want to insert rectangle shape to the real time image

조회 수: 9 (최근 30일)
Ibrahim Naglah
Ibrahim Naglah 2023년 8월 2일
답변: Birju Patel 2023년 8월 10일
MATLAB Function3:
function fakeImg = fcn(RealImg)
I = RealImg;
fakeImg = insertShape(I,"line",[10 10 40 40],Color="black",Opacity=1);

답변 (2개)

Image Analyst
Image Analyst 2023년 8월 2일
You might find using rectangle to draw into the overlay is faster than using insertShape to burn the rectangle into an RGB image.

Birju Patel
Birju Patel 2023년 8월 10일
You can also use the Draw Shapes block in Simulink:
https://www.mathworks.com/help/vision/ref/drawshapes.html

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by