motion_estimation

Class Options


public class Options
extends java.lang.Object

\uFFFDberschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Field Summary

static int
CIRCULAR_ZONE_SEARCH
static int
CROSS_SEARCH
static int
FOUR_STEP_SEARCH
static int
FULL_SEARCH_1D
static int
FULL_SEARCH_2D
static int
GRADIENT_DESCENT_1D
static int
GRADIENT_DESCENT_SEARCH
static int
NTSS
static int
THREE_STEP_SEARCH
private static Color
explenationTextfieldBackgroundColor
private static boolean
showGridScale
private static URLHandler
urls
static WelcomeWindow
win

Constructor Summary

Options()

Method Summary

static URL
getAlgorithmOptionURL()
static Color
getExplenationTextfieldBackgroundColor()
Returns the actual Color object of the TextArea with the algorithm explenations
static URL[]
getExplenationURLs(int algorithm)
static URL
getFileNotFoundPage()
static int
getImageHeight()
Reutrns the height of the images in pixels
static String
getImageLocation1()
static String
getImageLocation2()
static int
getImageWidth()
Reutrns the width of the images in pixels
static URL
getResultURL()
static URL
getWelcomePage()
static void
gridScaleChangeStatus()
static boolean
showGridScale()

Field Details

CIRCULAR_ZONE_SEARCH

public static final int CIRCULAR_ZONE_SEARCH
Field Value:
6

CROSS_SEARCH

public static final int CROSS_SEARCH
Field Value:
3

FOUR_STEP_SEARCH

public static final int FOUR_STEP_SEARCH
Field Value:
8

FULL_SEARCH_1D

public static final int FULL_SEARCH_1D
Field Value:
1

FULL_SEARCH_2D

public static final int FULL_SEARCH_2D
Field Value:
0

GRADIENT_DESCENT_1D

public static final int GRADIENT_DESCENT_1D
Field Value:
7

GRADIENT_DESCENT_SEARCH

public static final int GRADIENT_DESCENT_SEARCH
Field Value:
5

NTSS

public static final int NTSS
Field Value:
4

THREE_STEP_SEARCH

public static final int THREE_STEP_SEARCH
Field Value:
2

explenationTextfieldBackgroundColor

private static Color explenationTextfieldBackgroundColor

showGridScale

private static boolean showGridScale

urls

private static URLHandler urls

win

public static WelcomeWindow win

Constructor Details

Options

private Options()

Method Details

getAlgorithmOptionURL

public static URL getAlgorithmOptionURL()

getExplenationTextfieldBackgroundColor

public static Color getExplenationTextfieldBackgroundColor()
Returns the actual Color object of the TextArea with the algorithm explenations
Returns:
Color

getExplenationURLs

public static URL[] getExplenationURLs(int algorithm)

getFileNotFoundPage

public static URL getFileNotFoundPage()

getImageHeight

public static int getImageHeight()
Reutrns the height of the images in pixels
Returns:
int height of the image

getImageLocation1

public static String getImageLocation1()

getImageLocation2

public static String getImageLocation2()

getImageWidth

public static int getImageWidth()
Reutrns the width of the images in pixels
Returns:
int Width of the image

getResultURL

public static URL getResultURL()

getWelcomePage

public static URL getWelcomePage()

gridScaleChangeStatus

public static void gridScaleChangeStatus()

showGridScale

public static boolean showGridScale()