CADRG map in Matlab

조회 수: 4 (최근 30일)
Rafal SZCZEPANIK
Rafal SZCZEPANIK 2020년 1월 20일
답변: Wendell Wilkerson 2020년 7월 30일
Hi, it is possible to display CADRG map in Matlab? I have file with TT3 extension.

답변 (1개)

Wendell Wilkerson
Wendell Wilkerson 2020년 7월 30일
Short answer: not directly supported by any toolbox
All of the CADRG files I have dealt with are in encapsulated in NITF format. The nitfinfo function in the image processing toolbox can read the metadata. Unfortunately CADRG uses vector quantization compresssion which is not supported by the nitfread function.
I have used the GDAL Python package to read the files and saved the data to a .mat file that I could load in MATLAB. I don't have a lot of experience with using Python objects inside MATLAB, but I suspect you can skip saving the data to a .mat file and work the Python objects directly.

카테고리

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