How to convert Tiff image to Ntsc

1 Ansicht (letzte 30 Tage)
3omyer 3omayer
3omyer 3omayer am 13 Okt. 2011
Hi ;
I would like to convert .tiff images to ntsc images in MatLab, someone can help me !!.

Antworten (1)

Ashish Uthama
Ashish Uthama am 13 Okt. 2011
You could use imread to read in an RGB Tiff image as a matrix and then use rgb2ntsc to convert the color space.
I am not familiar with ntsc as a file format to suggestion anything about writing it back to the disk. Maybe you can add more information to the question?
  2 Kommentare
3omyer 3omayer
3omyer 3omayer am 13 Okt. 2011
I have IR (infra-read) image from NOAA (.tiff), it's not a color image. and I would like to convert .tiff image to ntsc image.
Walter Roberson
Walter Roberson am 13 Okt. 2011
ntsc is a broadcast format; there is no defined way for storing it that I have heard of. Normally if one needs to display something to an ntsc monitor, one uses a standard graphics card with an ntsc output or a hardware ntsc convertor.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by