public class IterativeClosestPointPairwise extends Object implements Callable<PairwiseMatch>
Constructor and Description |
---|
IterativeClosestPointPairwise(PairwiseMatch pair,
TransformationModel model,
String comparison,
IterativeClosestPointParameters ip) |
Modifier and Type | Method and Description |
---|---|
PairwiseMatch |
call() |
static void |
failWith(String algo,
String exType,
PairwiseMatch pair,
Exception e) |
static void |
main(String[] args) |
public IterativeClosestPointPairwise(PairwiseMatch pair, TransformationModel model, String comparison, IterativeClosestPointParameters ip)
public PairwiseMatch call()
call
in interface Callable<PairwiseMatch>
public static void failWith(String algo, String exType, PairwiseMatch pair, Exception e)
Copyright © 2015–2021 Fiji. All rights reserved.