public class GeometricHashingParameters extends Object
Modifier and Type | Field and Description |
---|---|
static float |
differenceThreshold |
protected float |
dt |
static float |
ratioOfDistance |
protected float |
rod |
protected boolean |
ub |
static boolean |
useAssociatedBeads |
Constructor and Description |
---|
GeometricHashingParameters() |
GeometricHashingParameters(float differenceThreshold,
float ratioOfDistance,
boolean useAssociatedBeads) |
Modifier and Type | Method and Description |
---|---|
float |
getDifferenceThreshold() |
float |
getRatioOfDistance() |
boolean |
getUseAssociatedBeads() |
public static float differenceThreshold
public static float ratioOfDistance
public static boolean useAssociatedBeads
protected final float dt
protected final float rod
protected final boolean ub
Copyright © 2015–2021 Fiji. All rights reserved.