com.c3d.image
Class FractalEncoding

java.lang.Object
  |
  +--com.c3d.image.FractalEncoding
Direct Known Subclasses:
FractalEncoding8

public class FractalEncoding
extends java.lang.Object

TeX a FractalEncoding of an image is a representation that can be used to generate scaled up versions of the original.


Constructor Summary
FractalEncoding(Jimage im)
          The generator creates for each pixel in the image the source address from which a block of 4 pixels is to be derived along with the contrast and brightness adjustment to be applied to them to derive the appropriate similarity
 
Method Summary
static int findBigest(double[] pixels)
           
 Jimage getDoubleOf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalEncoding

public FractalEncoding(Jimage im)
The generator creates for each pixel in the image the source address from which a block of 4 pixels is to be derived along with the contrast and brightness adjustment to be applied to them to derive the appropriate similarity
Method Detail

getDoubleOf

public Jimage getDoubleOf()

findBigest

public static int findBigest(double[] pixels)