app
Class Application

java.lang.Object
  extended by app.Application

public class Application
extends java.lang.Object

Command line utility to compress an image using fractal image compression methods. Configuration: TODO: add configuration of filters and transforms Comparators: FIXME: the current compressor cannot handle scale transforms due to ImageComparator's limitation to same-size image comparison only Metric: NOTE: currently implemented: AE MSE RMSE NOTE: currently only AE is affected by fuzz Compression: TODO: FUTURE: multi-threading Tilers: TODO: FUTURE: intelligent tilers - HV/Quadtree partitioning


Constructor Summary
Application()
           
 
Method Summary
static void main(java.lang.String[] args)
          read the args, start the app
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

main

public static void main(java.lang.String[] args)
read the args, start the app

Parameters:
args - the command line arguments