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  
NativeFilter — Class in package de.popforge.imageprocessing.filters
The NativeFilter class applies a native filter like BlurFilter or ColorMatrixFilter to an Image object.
NEAREST_NEIGHBOUR — Constant static property in class de.popforge.imageprocessing.geom.interpolation.Interpolation
The nearest neighbour interpolation.
noise() — Method in class de.popforge.imageprocessing.filters.noise.GaussianNoise
noise() — Method in class de.popforge.imageprocessing.filters.noise.NoiseFilter
Calculates a new noise value and should be overriden.
noise() — Method in class de.popforge.imageprocessing.filters.noise.UniformNoise
NoiseFilter — Class in package de.popforge.imageprocessing.filters.noise
The NoiseFilter class is a basic filter used for most noise based operations.
NoiseFilter(amount, monochrom) — Constructor in class de.popforge.imageprocessing.filters.noise.NoiseFilter
Creates a new NoiseFilter object.
normalize() — Method in class de.popforge.imageprocessing.geom.Color
Normalizes the color vector.
Normalize — Class in package de.popforge.imageprocessing.filters.color
The Normaluze class is a filter that normalizes the colors of an image.
Normalize(mult) — Constructor in class de.popforge.imageprocessing.filters.color.Normalize
Creates a new Normalize object with given multiplier.
numChannels — Property in class de.popforge.imageprocessing.core.Image
The number of channels the image uses.
numOctaves — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
Number of octaves or individual noise functions to combine to create this noise.
numValues — Property in class de.popforge.imageprocessing.geom.StructuringFunction
The length of the array that the structuring function will use.
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