getrect Problem - incorrectly enforcing square
显示 更早的评论
getrect help specifies that the rectangle will be forced to be a square if shift is pressed with the mouse click or if the right button is pressed.
However I have some code that involves the user selecting several rectangles in succession and even though I only use the left mouse button without hitting shift, the rectangle is sometimes forced to be a square. There seems no pattern I have spotted to when it will be forced to be a square, but happens around 30%-50% of the time.
Is there some other way of enforcing getrect to use a square that I could be doing by mistake, or could this be a bug? Has anyone else experienced this?
I am using matlab R2011b and image processing toolbox 7.3.
回答(1 个)
Image Analyst
2011-11-25
0 个投票
I'm not sure - I don't use that. Didn't even know it existed. I usually use rbbox. You could also use imrect. Try one of those alternatives.
类别
在 帮助中心 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!