Effacer les filtres
Effacer les filtres

How to use imagesc and videowriter

4 vues (au cours des 30 derniers jours)
MSP
MSP le 9 Déc 2017
Commenté : MSP le 11 Déc 2017
Consider that we have multiple images to be shown by imagesc in a loop,How to convert this to a mp4 sequence
  2 commentaires
Michal Dobai
Michal Dobai le 11 Déc 2017
What did you tried so far? Creating video from set of images shouldn't be a problem. Whole process is well described in MATLAB documentation.
So if I understand correctly, your problem might be about how to get image from your data (with same colors) as it's displayed by imagesc. Is that right? Documentation says:
imagesc (C) displays the data in array C as an image that uses the full range of colors in the colormap. Each element of C specifies the color for 1 pixel of the image.
If you can create indexed image from your data then you can easily add this image as next frame to your video. (see documentation link above). Your image has to use the full range of colors in the colormap to get same results as with imagesc(). This link might help you with that: Save an intensity image created with imagesc with true resolution
With these information you should be able to solve your problem. If you have any questions, something is not clear enough, or you have problems with your code, feel free to ask me, I will try to help you.
MSP
MSP le 11 Déc 2017
Fixed my problem

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Blue dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by