イメージの行列の計算について
Mostra commenti meno recenti
画像を読み込み、読み込んだ画像の行列の値を255で割りたいです。しかし、小数点以下が切り捨てられてしまいます。
小数点以下が欲しいです
img=imread('[co480,ro640]分割_N_MAP');
inshow(img)
divimg=img./255
この様に実行したのですが。うまく行きませんでした。
ご教授お願いいたします。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su イメージ算術 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!