public static class AbstractSemiAutoTracker.SearchRegion<R> extends Object
Spot
.Modifier and Type | Field and Description |
---|---|
double[] |
calibration
The source image calibration.
|
Interval |
interval
The neighborhood in the source image to inspect, in pixel
coordinates.
|
RandomAccessible<R> |
source
The source image.
|
AffineTransform3D |
transform
An affine transform that will convert the spot coordinates in the
calibrated image coordinates to the global coordinate system whatever
it is.
|
Constructor and Description |
---|
SearchRegion() |
public RandomAccessible<R> source
public double[] calibration
The segmented spots will be returned with coordinates scaled with this calibration (image coordinates).
public Interval interval
public AffineTransform3D transform
Copyright © 2015–2021 Fiji. All rights reserved.