getrect Problem - incorrectly enforcing square
7 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Image Analyst
2011-11-25
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.
0 个评论
另请参阅
类别
在 Help Center 和 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!