How to convert Tiff image to Ntsc

조회 수: 1 (최근 30일)
3omyer 3omayer
3omyer 3omayer 2011년 10월 13일
Hi ;
I would like to convert .tiff images to ntsc images in MatLab, someone can help me !!.

답변 (1개)

Ashish Uthama
Ashish Uthama 2011년 10월 13일
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
3omyer 3omayer
3omyer 3omayer 2011년 10월 13일
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 2011년 10월 13일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by