|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapp.Application
public class Application
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 |
---|
public Application()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |