An
OpImage
implementing magnitude, magnitude squared, and phase operations as described in
com.lightcrafts.mediax.jai.operator.MagnitudeDescriptor
,
com.lightcrafts.mediax.jai.operator.MagnitudeSquaredDescriptor
, and
com.lightcrafts.mediax.jai.operator.PhaseDescriptor
This implementation assumes that the number of bands in the source image is at least two. The number of bands in the destination image is clamped to half (in the integer division sense) of the number of bands in the source image.
@since EA3
@see com.lightcrafts.mediax.jai.UntiledOpImage
@see com.lightcrafts.mediax.jai.operator.MagnitudeDescriptor
@see com.lightcrafts.mediax.jai.operator.MagnitudeSquaredDescriptor
@see com.lightcrafts.mediax.jai.operator.PhaseDescriptor