resize_image.hlp
来自「matlab处理图像的一些基本方法。其中有一部分mex程序需要安装编译」· HLP 代码 · 共 14 行
HLP
14 行
Resize Image The Resize Image item of the Modify menu allows the conversion of a M-by-M image matrix to a N-by-N image matrix. The conversion is done by interpolation. This operation is most often done on a small section of an image matrix to convert it to a larger matrix, thus smoothing out the jagginess present in such small matrices. A row of buttons is provided to control the size of the resized matrix (512-by-512 is the default), and the method of interpolation (bicubic, linear, or nearest-neighbor methods are available).{Modify_Menu.hlp}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?