Ältere Kommentare anzeigen
How can I create a rectangle with a set area (for example a 1000) with imrect? I know you have the setResizable (h,TF) function, but I am looking for the kind of 'revert' version of this.
Antworten (3)
Image Analyst
am 2 Jan. 2012
0 Stimmen
Create it where? In an array? As a graphics object in the overlay above some plot or image? Solid rectangle, or just the perimeter?
Annnnnn
am 3 Jan. 2012
0 Stimmen
Walter Roberson
am 3 Jan. 2012
0 Stimmen
I suspect you want to set a position constraint function; see http://www.mathworks.com/help/toolbox/images/ref/imroi.html#imroi-setposcon
Each time the function was called, you would return the adjusted Position of the rectangle.
You may wish to remember some past positions in order to figure out which direction the user is "mostly" trying to drag a side.
1 Kommentar
B
am 3 Jan. 2012
Would this be done with addNewPositionCallback?
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!