public class RansacRegressionFilter extends Object implements PointMatchFilter
Modifier and Type | Field and Description |
---|---|
protected int |
iterations |
protected float |
maxEpsilon |
protected float |
maxTrust |
protected float |
minInlierRatio |
protected int |
minNumInliers |
protected Model<?> |
model |
Constructor and Description |
---|
RansacRegressionFilter() |
Modifier and Type | Method and Description |
---|---|
void |
filter(List<PointMatch> candidates,
Collection<PointMatch> inliers) |
protected final Model<?> model
protected final int iterations
protected final float maxEpsilon
protected final float minInlierRatio
protected final int minNumInliers
protected final float maxTrust
public void filter(List<PointMatch> candidates, Collection<PointMatch> inliers)
filter
in interface PointMatchFilter
Copyright © 2015–2021 Fiji. All rights reserved.