public class PairwiseMatch extends Object
Constructor and Description |
---|
PairwiseMatch(ViewId viewIdA,
ViewId viewIdB,
MatchPointList listA,
MatchPointList listB) |
Modifier and Type | Method and Description |
---|---|
double |
getAvgError() |
ArrayList<ViewId> |
getBothViewIds() |
ArrayList<PointMatchGeneric<Detection>> |
getCandidates() |
ChannelProcess |
getChannelProcessedA() |
ChannelProcess |
getChannelProcessedB() |
ArrayList<PointMatchGeneric<Detection>> |
getInliers() |
List<InterestPoint> |
getListA() |
List<InterestPoint> |
getListB() |
MatchPointList |
getMatchPointListA() |
MatchPointList |
getMatchPointListB() |
int |
getNumCandidates() |
int |
getNumInliers() |
ViewId |
getViewIdA() |
ViewId |
getViewIdB() |
void |
setCandidates(ArrayList<PointMatchGeneric<Detection>> candidates) |
void |
setInliers(ArrayList<PointMatchGeneric<Detection>> inliers,
double error) |
public PairwiseMatch(ViewId viewIdA, ViewId viewIdB, MatchPointList listA, MatchPointList listB)
public MatchPointList getMatchPointListA()
public MatchPointList getMatchPointListB()
public ChannelProcess getChannelProcessedA()
public ChannelProcess getChannelProcessedB()
public List<InterestPoint> getListA()
public List<InterestPoint> getListB()
public ViewId getViewIdA()
public ViewId getViewIdB()
public int getNumInliers()
public int getNumCandidates()
public double getAvgError()
public ArrayList<PointMatchGeneric<Detection>> getCandidates()
public ArrayList<PointMatchGeneric<Detection>> getInliers()
public void setCandidates(ArrayList<PointMatchGeneric<Detection>> candidates)
public void setInliers(ArrayList<PointMatchGeneric<Detection>> inliers, double error)
Copyright © 2015–2021 Fiji. All rights reserved.