Constructor and Description |
---|
EuclidianDistanceIsotropic(double weight) |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double x,
double xShift,
double yShift,
int dim)
Evaluate function with family parameters
xShift and
yShift at position x in dimension dim. |
double |
intersect(double xShift1,
double yShift1,
double xShift2,
double yShift2,
int dim)
Determine the intersection point in dimension dim of two members of the
function family.
|
public EuclidianDistanceIsotropic(double weight)
weight
- multiply squared difference between x
and
xShift
with weight
public double evaluate(double x, double xShift, double yShift, int dim)
Distance
xShift
and
yShift
at position x
in dimension dim.public double intersect(double xShift1, double yShift1, double xShift2, double yShift2, int dim)
Distance
xShift1
,
yShift1
, xShift2
, yShift2
, with xShift1 >
xShift2
.Copyright © 2015–2022 ImgLib2. All rights reserved.