Read image from NITF file
To run this example, replace the name of the file with the name of an NITF file on your system. You can find sample NITF files on the web.
Read the second image from an NITF file containing multiple images. The example reads a subset of the image data starting at (row,column) location (100, 200), reading every other value until location (105, 205).
subsec = {[100 2 105],[200 2 205]} ntfdata = nitfread('your_file.ntf',2,'PixelRegion',subsec);
nitfread
supports version 2.0 and 2.1
NITF files, and NSIF 1.0 files. Image submasks and NITF 1.1
files are not supported.