public class RANSAC extends Object
Constructor and Description |
---|
RANSAC() |
Modifier and Type | Method and Description |
---|---|
static Pair<String,Double> |
computeRANSAC(ArrayList<PointMatchGeneric<Detection>> correspondenceCandidates,
ArrayList<PointMatchGeneric<Detection>> inlierList,
Model<?> model,
double maxEpsilon,
double minInlierRatio,
double minNumberInlierFactor,
int numIterations) |
public static Pair<String,Double> computeRANSAC(ArrayList<PointMatchGeneric<Detection>> correspondenceCandidates, ArrayList<PointMatchGeneric<Detection>> inlierList, Model<?> model, double maxEpsilon, double minInlierRatio, double minNumberInlierFactor, int numIterations)
Copyright © 2015–2021 Fiji. All rights reserved.