algorithm

Class AlgorithmControl

Known Direct Subclasses:
AutomaticAlgorithmControl, InteractiveAlgorithmControl

public abstract class AlgorithmControl
extends java.lang.Object

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Method Summary

abstract MotionEstimationAlgorithm
getAlgorithm()
abstract boolean
performNextComparison()
abstract void
performNextStep()
abstract void
setAlgorithm(MotionEstimationAlgorithm algo)

Method Details

getAlgorithm

public abstract MotionEstimationAlgorithm getAlgorithm()

performNextComparison

public abstract boolean performNextComparison()

performNextStep

public abstract void performNextStep()

setAlgorithm

public abstract void setAlgorithm(MotionEstimationAlgorithm algo)