Effacer les filtres
Effacer les filtres

What is the difference between drawrectange and rectangle?

8 vues (au cours des 30 derniers jours)
Adrian Lee
Adrian Lee le 25 Avr 2021
Modifié(e) : DGM le 26 Avr 2021
i have been using drawrectangle
but i recently found out that there is a function called rectangle which is almost the same
what is the difference between drawrectangle and rectangle?

Réponse acceptée

DGM
DGM le 25 Avr 2021
Modifié(e) : DGM le 25 Avr 2021
To my understanding, rectangle() is an older function which serves to draw rectangular or rounded rectangular graphical objects. The goal is to create an image element in a figure, just like line().
On the other hand, drawrectangle() allows the creation of objects of class Rectangle. The goal is to define a rectangular ROI, more like an object-oriented evolution of getrect() than what I'd call a "drawing" tool. drawrectangle() is also a much newer (R2018x, I think?) tool.
  2 commentaires
Scott MacKenzie
Scott MacKenzie le 26 Avr 2021
Hmmm, I'm a bit curious about this myself. I use rectangle all the time, but not drawrectangle. It just tried
>> doc drawrectangle
and got "no results". I'm guessing drawrectangle is not part of MATLAB, but is part of some other MathWorks product.
DGM
DGM le 26 Avr 2021
Modifié(e) : DGM le 26 Avr 2021
Yeah, drawrectangle is a relatively new addition to the imuitools portion of Image Processing Toolbox.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by