Info
此问题已关闭。 请重新打开它进行编辑或回答。
Limiting number of pixels shown on imtool()
1 次查看(过去 30 天)
显示 更早的评论
I will be using imtool(imread(' ')) to display and collect information from a snapshot.
I need to have a standard amount of pixels shown after using imtoool() , regardless of the number of pixels in the snapshot. Say 500 by 500.
0 个评论
回答(1 个)
Walter Roberson
2018-1-18
There is no support for forcing imtool to output 500 x 500 regardless of how the user manipulates the image within imtool. imtool includes a crop tool, for example, and if the user cropped down to (say) 7 pixels by 11, then there is no way without editing the Mathworks code to force imtool to internally resize to 500 x 500 anyhow.
What you should do is imresize() the output of imtool.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!