Filter löschen
Filter löschen

I want to insert rectangle shape to the real time image

9 Ansichten (letzte 30 Tage)
Ibrahim Naglah
Ibrahim Naglah am 2 Aug. 2023
Beantwortet: Birju Patel am 10 Aug. 2023
MATLAB Function3:
function fakeImg = fcn(RealImg)
I = RealImg;
fakeImg = insertShape(I,"line",[10 10 40 40],Color="black",Opacity=1);

Antworten (2)

Image Analyst
Image Analyst am 2 Aug. 2023
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 am 10 Aug. 2023
You can also use the Draw Shapes block in Simulink:
https://www.mathworks.com/help/vision/ref/drawshapes.html

Community Treasure Hunt

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

Start Hunting!

Translated by