Class Fractal

Implemented Interfaces:
Runnable

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

Fractal(Image img, BildKomp ziel, int threshold)

Method Summary

private float
Hurst(int[][] im, int c, int r)
protected void
algorithmus(int[][] pixs, int[][] hilfe)
private float
fit(float[] x, float[] y, int ndata)

Methods inherited from class .Algorithmus

algorithmus, berechne, berechneAlgo, rescaling, rescaling, run

Constructor Details

Fractal

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

Method Details

Hurst

private float Hurst(int[][] im,
                    int c,
                    int r)

algorithmus

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

fit

private float fit(float[] x,
                  float[] y,
                  int ndata)