public class Statistics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Statistics.DetectorStat |
Modifier and Type | Field and Description |
---|---|
int |
detectedIPs |
List<Statistics.DetectorStat> |
detectorStatList |
String |
imageTitle |
Date |
startTime |
float[] |
strengthOfIPs
Sorted array containing strength of all detected IPs.
|
long |
timeIntegralImage |
long |
timeSURFDescriptor |
long |
timeSURFDetector |
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
void |
add(int octave,
int layer,
int countIPCandidates,
int countThresholded,
int countSuppressed,
int countInterpolationNotSucceed,
int countBadInterpolationResult,
int countIP) |
static String |
getEmptyHeadersForIJ() |
static String |
getHeadersForIJ() |
String[] |
getRowsForIJ() |
public Date startTime
public String imageTitle
public int detectedIPs
public float[] strengthOfIPs
public long timeIntegralImage
public long timeSURFDetector
public long timeSURFDescriptor
public List<Statistics.DetectorStat> detectorStatList
public void add(int octave, int layer, int countIPCandidates, int countThresholded, int countSuppressed, int countInterpolationNotSucceed, int countBadInterpolationResult, int countIP)
public static String getHeadersForIJ()
public static String getEmptyHeadersForIJ()
public String[] getRowsForIJ()
Copyright © 2013. All Rights Reserved.