Package | Description |
---|---|
net.imglib2.algorithm.dog | |
net.imglib2.algorithm.localextrema |
Modifier and Type | Method and Description |
---|---|
ArrayList<RefinedPeak<Point>> |
DogDetection.getSubpixelPeaks() |
ArrayList<RefinedPeak<Point>> |
DogDetection.TypedDogDetection.getSubpixelPeaks() |
Modifier and Type | Method and Description |
---|---|
ArrayList<RefinedPeak<P>> |
SubpixelLocalization.process(List<P> peaks,
RandomAccessible<T> img,
Interval validInterval)
Refine a set of peaks to subpixel coordinates.
|
static <T extends RealType<T>,P extends Localizable> |
SubpixelLocalization.refinePeaks(List<P> peaks,
RandomAccessible<T> img,
Interval validInterval,
boolean returnInvalidPeaks,
int maxNumMoves,
boolean allowMaximaTolerance,
float maximaTolerance,
boolean[] allowedToMoveInDim)
Refine a set of peaks to subpixel coordinates.
|
static <T extends RealType<T>,P extends Localizable> |
SubpixelLocalization.refinePeaks(List<P> peaks,
RandomAccessible<T> img,
Interval validInterval,
boolean returnInvalidPeaks,
int maxNumMoves,
boolean allowMaximaTolerance,
float maximaTolerance,
boolean[] allowedToMoveInDim,
int numThreads)
Refine a set of peaks to subpixel coordinates.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.