Modifier and Type | Method and Description |
---|---|
List<List<PairwiseMatch>> |
InterestPointRegistration.getStatistics() |
protected abstract Callable<PairwiseMatch> |
InterestPointRegistration.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Modifier and Type | Method and Description |
---|---|
protected abstract Callable<PairwiseMatch> |
InterestPointRegistration.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Modifier and Type | Method and Description |
---|---|
PairwiseMatch |
CenterOfMassPairwise.call() |
Modifier and Type | Method and Description |
---|---|
protected CenterOfMassPairwise |
CenterOfMass.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Constructor and Description |
---|
CenterOfMassPairwise(PairwiseMatch pair,
int centerType,
String description) |
Modifier and Type | Method and Description |
---|---|
PairwiseMatch |
RGLDMPairwise.call() |
Modifier and Type | Method and Description |
---|---|
protected RGLDMPairwise |
RGLDM.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Constructor and Description |
---|
RGLDMPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison,
RANSACParameters rp,
RGLDMParameters dp) |
Modifier and Type | Method and Description |
---|---|
PairwiseMatch |
GeometricHashingPairwise.call() |
Modifier and Type | Method and Description |
---|---|
protected GeometricHashingPairwise |
GeometricHashing.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Constructor and Description |
---|
GeometricHashingPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison) |
GeometricHashingPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison,
RANSACParameters rp) |
GeometricHashingPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison,
RANSACParameters rp,
GeometricHashingParameters gp) |
Modifier and Type | Method and Description |
---|---|
PairwiseMatch |
IterativeClosestPointPairwise.call() |
Modifier and Type | Method and Description |
---|---|
static void |
IterativeClosestPointPairwise.failWith(String algo,
String exType,
PairwiseMatch pair,
Exception e) |
protected IterativeClosestPointPairwise |
IterativeClosestPoint.pairwiseMatchingInstance(PairwiseMatch pair,
String description) |
Constructor and Description |
---|
IterativeClosestPointPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison,
IterativeClosestPointParameters ip) |
Modifier and Type | Method and Description |
---|---|
List<PairwiseMatch> |
GlobalOptimizationSubset.getViewPairs() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalOptimizationType.addCorrespondences(List<PairwiseMatch> pairs)
Add all correspondences the list for those that are compared here
This method can be overwritten if saving, adding & clearing of correspondences is different for a certain type of registration
|
Constructor and Description |
---|
GlobalOptimizationSubset(ArrayList<PairwiseMatch> viewPairs,
String description) |
Modifier and Type | Method and Description |
---|---|
protected void |
RegistrationStatistics.collect(int timepoint,
List<List<PairwiseMatch>> matches) |
Constructor and Description |
---|
RegistrationStatistics(int timepoint,
List<List<PairwiseMatch>> matches)
Call this class after a registration is performed and it will collect the
information it wants
|
Copyright © 2015–2021 Fiji. All rights reserved.