Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
G
gaussianPeakFit(float[][], int, int)
- Static method in class jpiv2.
PivUtil
Gaussian peak fit.
gaussianPeakFit(PlanarImage, int, int)
- Static method in class jpiv2.
PivUtil
Gaussian peak fit.
getAbsValue(int, int)
- Method in class jpiv2.
PivData
Calculates the absolute values of two vector components.
getAllElements()
- Method in class jpiv2.
ListFrame
Gets all elements from the list.
getAllSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get all settings.
getAsBoolean(String)
- Method in class jpiv2.
ScriptDlg
Return the value of the variable 'name' as boolean.
getAsBufferedImage()
- Method in class jpiv2.
PivImg
Get the image as a BufferedImage.
getAsDouble(String)
- Method in class jpiv2.
ScriptDlg
Return the value of the variable 'name' as a Double.
getAsInt(String)
- Method in class jpiv2.
ScriptDlg
Return the value of the variable 'name' as an Integer.
getAsPlanarImage()
- Method in class jpiv2.
VecImg
Returns the data as a Planar Image
getAsPlanarImageByte(int, float)
- Method in class jpiv2.
PivImg
Get the image as a PlanarImage of 8 bit greyscale resolution.
getAsPlanarImageFloat()
- Method in class jpiv2.
PivImg
Get the image as a PlanarImage.
getAsString(String)
- Method in class jpiv2.
ScriptDlg
Return the value of the variable 'name' as a String.
getAverage(double[])
- Static method in class jpiv2.
Statistics
Gets the arithmetic average of an array of double values.
getAverage(float[])
- Static method in class jpiv2.
Statistics
Gets the arithmetic average of an array of float values.
getAverage(float[][])
- Static method in class jpiv2.
Statistics
Gets the arithmetic average of a double array of float values.
getCmdFrame()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.CmdFrame.
getCmdInterpreter()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.CmdInerpreter.
getCmdSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get jpiv2.CmdFrame related settings.
getCounterFormat(int)
- Static method in class jpiv2.
FileHandling
Get a decimal format for integer counters.
getDataColumn(int)
- Method in class jpiv2.
PivData
Extracts a single data column from the PIV data.
getDataFloat(int, int, int, int, int)
- Method in class jpiv2.
PivImg
Returns the pixels for a specified rectangle in a float array, one greyvalue per array element.
getDescription()
- Method in class jpiv2.
JpivFileFilter
Returns the description of this filter.
getDimension()
- Method in class jpiv2.
PivData
Returns the width and heigth of the vector field.
getElementAt(int)
- Method in class jpiv2.
ListFrame
Gets a specific element from the list.
getFileExtension(File)
- Static method in class jpiv2.
FileHandling
Extracts the file extension from a java.io.File object.
getFileExtension(String)
- Static method in class jpiv2.
FileHandling
Extracts the file extension from a String object.
getFilename()
- Method in class jpiv2.
PivImg
Get the filename of this image.
getFilename()
- Method in class jpiv2.
VecImg
Returns the name of the data file.
getFileSeparator()
- Static method in class jpiv2.
FileHandling
Get the system dependent file separator.
getFirstDerivative()
- Method in class jpiv2.
PivData
Calculates the first derivative of the velocity field (central differences, forward/backward differences at the border).
getFirstDerivativeLinReg()
- Method in class jpiv2.
PivData
Calculates the first derivative of the velocity field (linear regression over five points, forward/backward differences at the border, central differences along the second row from the border).
getFlexFileChooser()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.FlexFileChooser object.
getFreeProfile(float, float, float, float, float)
- Method in class jpiv2.
PivData
Extracting a profile between two points.
getFreeProfiles(float, float, float, float, float, int, int)
- Method in class jpiv2.
PivData
Extracting and averaging a number of profiles between two points.
getGaussianPeak(PlanarImage, int, int, int, int)
- Static method in class jpiv2.
PivUtil
Searches for the highest value in a correlation matrix.
getHeight()
- Method in class jpiv2.
PivImg
Get height of the image.
getHorizontalProfile(int)
- Method in class jpiv2.
PivData
Extracting a horizontal profile.
getImgSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get jpiv2.DisplayImgFrame related settings.
getImgSize()
- Method in class jpiv2.
PivData
Trys to reconstruct the original image size from the vector field.
getIntensityAt(int, int)
- Method in class jpiv2.
PivImg
Get the greyvalue at a certain position.
getInterpVectorAt(float, float)
- Method in class jpiv2.
PivData
Returns a vector that has been interpolated between the three nearest neighbours of the position x, y.
getinvalidateIsolatedVectorsSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Retrieves the settings that are relevant vor removing isolated vectors.
getInvalidVectorCount()
- Method in class jpiv2.
PivData
Counts the number of invalid vecors.
getJarDir()
- Static method in class jpiv2.
FileHandling
Get the absolute path to the directory of this jar-archive.
getLinearRegressionGradient(double[], double[])
- Static method in class jpiv2.
Statistics
Gets the gradient b of the linear regression through the given points x, y.
getListCellRendererComponent(JList, Object, int, boolean, boolean)
- Method in class jpiv2.
EnumerationListCellRenderer
Overwrites super class method.
getListFrame()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.ListFrame.
getLoadSaveSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get all settings related to file loading and saving.
getMax(double[])
- Static method in class jpiv2.
Statistics
Gets the maximum value of an array of double values.
getMedian(double[])
- Static method in class jpiv2.
Statistics
Gets the median of an array of double values.
getMin(double[])
- Static method in class jpiv2.
Statistics
Gets the minimum value of an array of double values.
getNormMedianTestSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Retrieves the settings that are related to the normalized median test.
getNumberOfElements()
- Method in class jpiv2.
ListFrame
Get the number of elements.
getNumOfColumns()
- Method in class jpiv2.
PivData
Returns the number of data columns, typically five (x, y, dx, dy, flag).
getParabolicPeak(PlanarImage, int, int, int, int)
- Static method in class jpiv2.
PivUtil
Searches for the highest value in a correlation matrix.
getPaths(Settings)
- Method in class jpiv2.
SettingsFrame
Get path information.
getPeak(float[][], int, int, int, int)
- Static method in class jpiv2.
PivUtil
Finds the highest value in a correlation matrix (i=y, j=x)
getPeak(float[][])
- Static method in class jpiv2.
PivUtil
Finds the highest value in a correlation matrix.
getPeak(PlanarImage, int, int, int, int)
- Static method in class jpiv2.
PivUtil
Finds the highest value in a correlation matrix (i=y, j=x)
getPeak(PlanarImage, ROI)
- Static method in class jpiv2.
PivUtil
Finds the highest value in a correlation matrix (i=y, j=x)
getPivData()
- Method in class jpiv2.
PivData
Returns the PIV-data set as a two dimensional array.
getPivData()
- Method in class jpiv2.
VecImg
Get the PIV data.
getPivDataShift()
- Method in class jpiv2.
PivData
Returns the PIV-data set as a two dimensional array.
getPivGeneralSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get jpiv2.pivEvaulation related settings.
getPivWindowSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get jpiv2.pivEvaluation related settings.
getProfilesSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get profile extraction related settings.
getResidualsOfMedian(double[])
- Static method in class jpiv2.
Statistics
Gets the residuals r of the median x_m of an array of double values x_i ( r_i = |x_i - x_m| ).
getSelectedElement()
- Method in class jpiv2.
ListFrame
Gets a single selected element from the list.
getSelectedElements()
- Method in class jpiv2.
ListFrame
Gets an array of selected elements from the list.
getSelectedFiletype()
- Method in class jpiv2.
FlexFileChooser
Get the currently selected filetype.
getSelectedRow()
- Method in class jpiv2.
ScriptDlg
Get the index of the currently selected row
getSettings()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.Settings object.
getSettingsFrame()
- Method in class jpiv2.
JPiv
Returns a handle to the java2.SettingsFrame.
getShapeList()
- Method in class jpiv2.
DisplayPanel
Returns a list of shapes (e.g. profiles drawn by the user).
getShearField()
- Method in class jpiv2.
PivData
Calculates the shear field (central differences, forward/backward differences at the border).
getSinglePixelSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get single pixel correlation related settings.
getSpacing()
- Method in class jpiv2.
PivData
Returns the horizontal and vertical spacing between two adjacent vectors.
getStandardDeviation(double[])
- Static method in class jpiv2.
Statistics
Gets the standard deviation of an array of double values.
getSubImage(int, int, int, int, int)
- Method in class jpiv2.
PivImg
Get a region of the image
getSubImage(float, float, int, int, int)
- Method in class jpiv2.
PivImg
Get a region of the image (interpolated).
getSubImage(float, float, int, int, float, float, int)
- Method in class jpiv2.
PivImg
Get a region of the image.
getSubsRefDispSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Retrieves the settings that are related to the normalized median test.
getText()
- Method in class jpiv2.
CmdFrame
Returns the text of the text area in a single String
getThirdCompReconSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Retrieves the settings that are related to the normalized median test.
getThreeNearestNeighbours(float, float)
- Method in class jpiv2.
PivData
Returns the three data points that are closest to x and y and don't lie on a straight line.
getVectorAt(int, int)
- Method in class jpiv2.
PivData
Returns the data point that is closest to x and y.
getVectorAt(int, int)
- Method in class jpiv2.
VecImg
Get the vector at a point x, y.
getVectorSettings(Settings)
- Method in class jpiv2.
SettingsFrame
Get jpiv2.DisplayVecFrame related settings.
getVerticalProfile(int)
- Method in class jpiv2.
PivData
Extracting a vertical profile.
getWidth()
- Method in class jpiv2.
PivImg
Get the widht of the image.
GRA_WRITE
- Static variable in class jpiv2.
FlexFileChooser
Show all write compatible vector graphics formats.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
U
V
W