|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAlgorithmBase
edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm
edu.jhu.bme.smile.demo.ScaleImageDemo
public class ScaleImageDemo
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm |
|---|
algorithmInformation, inputParams, JIST_VERSION, outputParams, performance, runningInSeparateProcess |
| Constructor Summary | |
|---|---|
ScaleImageDemo()
|
|
| Method Summary | |
|---|---|
protected void |
createInputParameters(ParamCollection inputParams)
Create input parameters. |
protected void |
createOutputParameters(ParamCollection outputParams)
Create output parameters. |
protected void |
execute(CalculationMonitor monitor)
Execute your algorithm. |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm |
|---|
getAboutFile, getAlgorithmInformation, getAlgorithmLabel, getAlgorithmName, getDefaultJVMArgs, getInput, getMapFile, getOutput, getOutputDirectory, getPreferredSize, getTimeStamp, getUsageFile, init, init, isRunningInSeparateProcess, load, runAlgorithm, runAlgorithm, saveResources, setInput, setMapFile, setOutput, setOutputDirectory, setOutputMetaFile, setPreferredSize, setRunningInSeparateProcess, writeSummaryFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScaleImageDemo()
| Method Detail |
|---|
protected void createInputParameters(ParamCollection inputParams)
ProcessingAlgorithm
createInputParameters in class ProcessingAlgorithminputParams - the input parametersprotected void createOutputParameters(ParamCollection outputParams)
ProcessingAlgorithm
createOutputParameters in class ProcessingAlgorithmoutputParams - the output parameters
protected void execute(CalculationMonitor monitor)
throws AlgorithmRuntimeException
ProcessingAlgorithm
execute in class ProcessingAlgorithmmonitor - progress monitor
AlgorithmRuntimeException - the algorithm runtime exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||