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!