imresize3D(x,f)

This function resize 3D image along the third diemnsion
ダウンロード: 197
更新 2015/8/27

ライセンスの表示

This function resize 3D image along the third diemnsion
it uses matlab imresize to resize slices along the third dimension
input: x: 3d matrix
f: resize factor , for more info use: help imresize
output: resized 3d matrix, type is double
Example:
x=rand(400,300,100);
y= imresize3D(x,0.5); % new height and width will be 200 and 150
whos x y

引用

Ibraheem Al-Dhamari (2024). imresize3D(x,f) (https://www.mathworks.com/matlabcentral/fileexchange/52695-imresize3d-x-f), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRead, Write, and Modify Image についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0