Uses of Class
net.sourceforge.jiu.ops.MissingParameterException
-
-
Uses of MissingParameterException in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs that throw MissingParameterException Modifier and Type Method Description private voidIFFCodec. checkAndLoad()protected voidImageCodec. initModeFromIOObjects()private voidBMPCodec. load()private voidPNMCodec. load()Loads an image from a PNM input stream.private voidBMPCodec. loadHeader()private voidBMPCodec. loadStream()voidBMPCodec. process()voidGIFCodec. process()voidIFFCodec. process()voidPalmCodec. process()voidPCDCodec. process()Checks the parameter and loads an image.voidPNGCodec. process()voidPNMCodec. process()private voidBMPCodec. save()private voidGIFCodec. save()private voidPNMCodec. save() -
Uses of MissingParameterException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw MissingParameterException Modifier and Type Method Description voidJPEGCodec. process() -
Uses of MissingParameterException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw MissingParameterException Modifier and Type Method Description voidTIFFDecoder. initialize()Check if all necessary parameters have been given to this decoder and initialize several internal fields from them.voidTIFFDecoderDeflated. initialize()voidTIFFDecoderLogLuv. initialize()voidTIFFDecoderModifiedHuffman. initialize()voidTIFFCodec. process() -
Uses of MissingParameterException in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that throw MissingParameterException Modifier and Type Method Description private voidInvert. prepare(PixelImage in)voidInvert. process()Inverts the input image, reusing an output image if one has been specified. -
Uses of MissingParameterException in net.sourceforge.jiu.color.adjustment
Methods in net.sourceforge.jiu.color.adjustment that throw MissingParameterException Modifier and Type Method Description voidBrightness. process()voidContrast. process()voidGammaCorrection. process()voidHueSaturationValue. process() -
Uses of MissingParameterException in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis that throw MissingParameterException Modifier and Type Method Description static TextureAnalysisTextureAnalysis. compute(CoOccurrenceMatrix matrix)Create a TextureAnalysis operation with the results computed from a given matrix.static TextureAnalysisTextureAnalysis. compute(IntegerImage image, int channelIndex)For one channel of the argument image, create a TextureAnalysis operation with all attributesvoidHistogram1DCreator. process()voidHistogram3DCreator. process()voidMeanDifference. process()voidTextureAnalysis. process()Run over the input matrix and determine contrast, energy, entropy and homogeneity of that matrix. -
Uses of MissingParameterException in net.sourceforge.jiu.color.dithering
Methods in net.sourceforge.jiu.color.dithering that throw MissingParameterException Modifier and Type Method Description voidClusteredDotDither. process()voidErrorDiffusionDithering. process()Quantizes the input image, distributing quantization errors to neighboring pixels.voidOrderedDither. process() -
Uses of MissingParameterException in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion that throw MissingParameterException Modifier and Type Method Description private voidPromotionGray16. prepare(PixelImage in)private voidPromotionGray8. prepare(PixelImage in)private voidPromotionPaletted8. prepare(PixelImage in)private voidPromotionRGB24. prepare(PixelImage in)private voidPromotionRGB48. prepare(PixelImage in)voidPromotionGray16. process()voidPromotionGray8. process()voidPromotionPaletted8. process()voidPromotionRGB24. process()voidPromotionRGB48. process() -
Uses of MissingParameterException in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization that throw MissingParameterException Modifier and Type Method Description voidOctreeColorQuantizer. init()Creates an octree and prepares this quantizer so that colors can be mapped to palette index values.voidArbitraryPaletteQuantizer. process()Maps the input image to an output image, using the palette given to the constructor.voidMedianCutContourRemoval. process()voidMedianCutQuantizer. process()voidOctreeColorQuantizer. process()Initializes an octree, reduces it have as many leaves (or less) as the desired palette size and maps the original image to the newly-created palette.voidPopularityQuantizer. process() -
Uses of MissingParameterException in net.sourceforge.jiu.color.reduction
Methods in net.sourceforge.jiu.color.reduction that throw MissingParameterException Modifier and Type Method Description static PixelImageRGBToGrayConversion. convert(PixelImage rgbImage)Static convenience method to convert an RGB image to a grayscale image.voidAutoDetectColorType. process()voidReduceRGB. process()voidReduceShadesOfGray. process()voidReduceToBilevelThreshold. process()voidRGBToGrayConversion. process()private voidRGBToGrayConversion. process(Paletted8Image in) -
Uses of MissingParameterException in net.sourceforge.jiu.filters
Methods in net.sourceforge.jiu.filters that throw MissingParameterException Modifier and Type Method Description voidAreaFilterOperation. process()voidConvolutionKernelFilter. process()voidOilFilter. process() -
Uses of MissingParameterException in net.sourceforge.jiu.geometry
Methods in net.sourceforge.jiu.geometry that throw MissingParameterException Modifier and Type Method Description voidCrop. process()voidFlip. process()voidMirror. process()voidResample. process()voidRotate180. process()voidRotate90Left. process()voidRotate90Right. process()voidScaleReplication. process()voidShear. process() -
Uses of MissingParameterException in net.sourceforge.jiu.ops
Methods in net.sourceforge.jiu.ops that throw MissingParameterException Modifier and Type Method Description voidImageToImageOperation. ensureInputImageIsAvailable()IfImageToImageOperation.getInputImage()returnsnullthis method throws aMissingParameterExceptioncomplaining that an input image is missing.voidLookupTableOperation. prepareImages()voidLookupTableOperation. process()voidOperation. process()This method does the actual work of the operation.
-