Class SvpMain

java.lang.Object
  |
  +--SvpMain

public class SvpMain
extends java.lang.Object

The main, outer SVP class


Constructor Summary
SvpMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          for running the system from the command line, with no GUI
static SvpMainResultsStruct runSvp(java.lang.String filename)
          Run the SVP System on the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvpMain

public SvpMain()
Method Detail

main

public static void main(java.lang.String[] args)
for running the system from the command line, with no GUI


runSvp

public static SvpMainResultsStruct runSvp(java.lang.String filename)
Run the SVP System on the specified file. Currently, only JPEG format files are supported.