how to display the image
古いコメントを表示
I have downloaded the SPHIT code and i displayed a frame from a video which ins i avi format
clc
clear all
nFrame=1;
filename=('rhinos.avi');
Y_new = SPIHT_main(nFrame,filename)
imshow(Y_new)
but the image is not displayed clearly it just consists of white and black
please tell how to display the image
回答 (1 件)
Walter Roberson
2013 年 6 月 27 日
Experiment with
imshow(Y_new,[])
3 件のコメント
nkumar
2013 年 6 月 27 日
Walter Roberson
2013 年 6 月 27 日
Please show
class(Y_new)
max(Y_new(:))
min(Y_new(:))
nkumar
2013 年 6 月 27 日
カテゴリ
ヘルプ センター および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!