Class Robinson

Implemented Interfaces:
Runnable

(package private) class Robinson
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

Robinson(Image img, BildKomp ziel, int threshold)

Method Summary

protected void
algorithmus(int[][] pixs, int[][] hilfe)
private int
masks(int[][] pixs, int row, int col)

Methods inherited from class .Algorithmus

algorithmus, berechne, berechneAlgo, rescaling, rescaling, run

Constructor Details

Robinson

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

Method Details

algorithmus

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

masks

private int masks(int[][] pixs,
                  int row,
                  int col)