motion_estimation

Class MotionEstimation


public class MotionEstimation
extends JApplet

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Field Summary

(package private) Gui
g
(package private) boolean
isStandalone

Constructor Summary

MotionEstimation()

Method Summary

void
destroy()
String
getAppletInfo()
String
getParameter(String key, String def)
String[][]
getParameterInfo()
void
init()
private void
jbInit()
void
start()
void
stop()

Field Details

g

(package private)  Gui g

isStandalone

(package private)  boolean isStandalone

Constructor Details

MotionEstimation

public MotionEstimation()

Method Details

destroy

public void destroy()

getAppletInfo

public String getAppletInfo()

getParameter

public String getParameter(String key,
                           String def)

getParameterInfo

public String[][] getParameterInfo()

init

public void init()

jbInit

private void jbInit()
            throws Exception

start

public void start()

stop

public void stop()