public static enum PIV_analyser.WINDOW_SIZE extends Enum<PIV_analyser.WINDOW_SIZE>
Enum Constant and Description |
---|
_128x128 |
_16x16 |
_32x32 |
_4x4 |
_64x64 |
_8x8 |
Modifier and Type | Method and Description |
---|---|
int |
toInt()
Return the window size as int corresponding to this enum constant.
|
static PIV_analyser.WINDOW_SIZE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PIV_analyser.WINDOW_SIZE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PIV_analyser.WINDOW_SIZE _4x4
public static final PIV_analyser.WINDOW_SIZE _8x8
public static final PIV_analyser.WINDOW_SIZE _16x16
public static final PIV_analyser.WINDOW_SIZE _32x32
public static final PIV_analyser.WINDOW_SIZE _64x64
public static final PIV_analyser.WINDOW_SIZE _128x128
public static PIV_analyser.WINDOW_SIZE[] values()
for (PIV_analyser.WINDOW_SIZE c : PIV_analyser.WINDOW_SIZE.values()) System.out.println(c);
public static PIV_analyser.WINDOW_SIZE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int toInt()
Copyright © 2015–2021 Fiji. All rights reserved.