hello , how can i detect the corners of given square in matlab

2 Ansichten (letzte 30 Tage)
Mohannad Nasir
Mohannad Nasir am 17 Sep. 2018
Beantwortet: AMAR P am 21 Sep. 2018
i have this picture on matlab & I want to draw another not filled rectangle over the white one ( only covering the borders without the filled color )

Antworten (1)

AMAR P
AMAR P am 21 Sep. 2018
What I get from your description is, you want to highlight the border of rectangle(not square) in the attached image. Am I right?
If that is the case there are several ways you can achieve this. Start with
GetObject = regionprops(YourImgRead,'BoundingBox');

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by