Home > ISET > utility > ieUncompressData.m

ieUncompressData

PURPOSE ^

Invert the data compression, ieCompressData

SYNOPSIS ^

function ucData = ieUncompressData(cData,mn,mx,bitDepth)

DESCRIPTION ^

Invert the data compression, ieCompressData

   ucData = ieUncompressData(cData,mn,mx,bitDepth)

  This routine uncompresses the multispectral data stored in SCENE and
  OPTICALIMAGE structures. The formula is:

       ucData = ((mx-mn)/mxCompress)*(double(cData)) + mn

  This routine, like ieCompressData, is called only through sceneGet and
  sceneSet (or oiGet and oiSet).

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003