フィルターのクリア

Reading in a tiff file

4 ビュー (過去 30 日間)
Robert
Robert 2014 年 10 月 16 日
コメント済み: Guillaume 2014 年 10 月 16 日
I'm trying to read an image file called 200301.tif, I simply can't get it to import as the file extension is not recognised using x = imread(200301.tif, tif)
What would be the correct code to do this?
  2 件のコメント
Guillaume
Guillaume 2014 年 10 月 16 日
Did you really issue the command?
x = imread(200301.tif, tif)
which would give you syntax error. Or did you actually write?
x = imread('200301.tif', 'tif')
Guillaume
Guillaume 2014 年 10 月 16 日
What does
imfinfo('200301.tif')
return?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by