How to convert image to frame
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shalini Verma
le 1 Mar 2017
Commenté : Shalini Verma
le 4 Mar 2017
I have made the programe for locating centroid point on an object in a video. I have converted the video into image frames and located the point successfully but unable to convert the image again to video frame so as to move the point in the video. An error is coming
figure(5);
imshow(im,[]);colormap(gray);
figure(6)
M=im2frame(im);
Error using im2frame
double-precision indexed CData values must be legal colormap indices: 1.0 <= value <= length(colormap)
Error in a1 (line 70) M=im2frame(im);
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!