public class ViewErrorStatistics extends Object
Constructor and Description |
---|
ViewErrorStatistics(ViewDataBeads view) |
Modifier and Type | Method and Description |
---|---|
double |
getAverageViewError()
Returns the average error of this view relative to all other vies
|
int |
getNumCandidatePairs()
Returns the overall number of correspondence candidate pairs of all the detections
|
int |
getNumCandidatePairs(ViewDataBeads otherView)
Returns the number of correspondence candidate pairs this view shares with another view
|
int |
getNumConnectedViews()
Returns the number of views that are connected, i.e.
|
int |
getNumDetections()
Returns the number of detections in this view ( result of segmentation ).
|
int |
getNumDetectionsWithCandidates()
Returns the amount of detections that have at least one ( or more ) corresponding candidates in other views
|
int |
getNumDetectionsWithTrueCorrespondences()
Returns the amount of detections that have at least one ( or more ) true correspondence in other views
|
int |
getNumTrueCorrespondencePairs()
Returns the overall number of true correspondence candidate pairs of all the detections
|
int |
getNumTrueCorrespondencePairs(ViewDataBeads otherView)
Returns the number of true correspondence pairs this view shares with another view
|
double |
getViewSpecificError(ViewDataBeads otherView) |
void |
resetViewSpecificError(ViewDataBeads otherView) |
void |
setViewConnected(ViewDataBeads otherView,
boolean newStatus) |
void |
setViewError(ViewDataBeads otherView,
double error) |
void |
setViewSpecificError(ViewDataBeads otherView,
double error) |
public ViewErrorStatistics(ViewDataBeads view)
public double getViewSpecificError(ViewDataBeads otherView)
public void resetViewSpecificError(ViewDataBeads otherView)
public void setViewSpecificError(ViewDataBeads otherView, double error)
public void setViewConnected(ViewDataBeads otherView, boolean newStatus)
public void setViewError(ViewDataBeads otherView, double error)
public int getNumTrueCorrespondencePairs(ViewDataBeads otherView)
otherView
- - ViewDataBeads of the view which we potentially share true correspondences withpublic int getNumCandidatePairs(ViewDataBeads otherView)
otherView
- - ViewDataBeads of the view which we potentially share correspondence candidates withpublic int getNumDetections()
public int getNumDetectionsWithCandidates()
public int getNumCandidatePairs()
public int getNumTrueCorrespondencePairs()
public int getNumDetectionsWithTrueCorrespondences()
public double getAverageViewError()
public int getNumConnectedViews()
Copyright © 2015–2021 Fiji. All rights reserved.