A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
UnequalDimensionsError — Final class in package de.popforge.imageprocessing.errors
The UnequalDimensionsError object is thrown when there are two unequal dimensions.
UnequalDimensionsError(bitmapWidth, bitmapHeight, imageWidth, imageHeight) — Constructor in class de.popforge.imageprocessing.errors.UnequalDimensionsError
Creates an UnequalDimensionsError object that contains specific information about the error.
UniformNoise — Final class in package de.popforge.imageprocessing.filters.noise
The UniformNoise class is a filter that generates a uniform noise.
UniformNoise(amount, monochrom, mean, variance) — Constructor in class de.popforge.imageprocessing.filters.noise.UniformNoise
Creates a UniformNoise object.
updateHistogram() — Method in class de.popforge.imageprocessing.core.Image
Updates the histogram of the Image.
updateTable() — Method in class de.popforge.imageprocessing.filters.binarization.Threshold
Creates the look-up table.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z