how to display the image
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!