Uses of Class
jpiv2.PivData

Uses of PivData in jpiv2
 

Methods in jpiv2 that return PivData
 PivData VecImg.getPivData()
          Get the PIV data.
 

Methods in jpiv2 with parameters of type PivData
 void PivData.add(PivData pivDataToAdd)
          Adds annother PIV data set to the current data.
static double[] Statistics.comparePivDataSets(PivData referenceData, PivData testData, boolean useBorder)
          Calculates the root mean square error (standard deviation) based on differences with reference data (not the average of the data itself).