Class Gradient2

Implemented Interfaces:
Runnable

(package private) class Gradient2
extends Algorithmus

Field Summary

Fields inherited from class .Algorithmus

alt_breite, alt_hoehe, breite, hoehe, img, maskengroesse, max, maxf, min, minf, threshold, ziel

Constructor Summary

Gradient2(Image img, BildKomp ziel, int threshold)

Method Summary

protected void
algorithmus(int[][] pixs, int[][] hilfe)

Methods inherited from class .Algorithmus

algorithmus, berechne, berechneAlgo, rescaling, rescaling, run

Constructor Details

Gradient2

(package private)  Gradient2(Image img,
                             BildKomp ziel,
                             int threshold)

Method Details

algorithmus

protected void algorithmus(int[][] pixs,
                           int[][] hilfe)
Overrides:
algorithmus in interface Algorithmus