how to display the image
Afficher commentaires plus anciens
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
Réponses (1)
Walter Roberson
le 27 Juin 2013
Experiment with
imshow(Y_new,[])
3 commentaires
nkumar
le 27 Juin 2013
Walter Roberson
le 27 Juin 2013
Please show
class(Y_new)
max(Y_new(:))
min(Y_new(:))
nkumar
le 27 Juin 2013
Catégories
En savoir plus sur Video Formats and Interfaces dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!