protected class DogDetection.TypedDogDetection<F extends RealType<F> & NativeType<F>> extends Object
Modifier and Type | Field and Description |
---|---|
protected RandomAccessibleInterval<F> |
dogImg |
protected F |
type |
Constructor and Description |
---|
TypedDogDetection(F type) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Point> |
getPeaks() |
ArrayList<RefinedPeak<Point>> |
getSubpixelPeaks() |
protected final F extends RealType<F> & NativeType<F> type
protected RandomAccessibleInterval<F extends RealType<F> & NativeType<F>> dogImg
public TypedDogDetection(F type)
public ArrayList<RefinedPeak<Point>> getSubpixelPeaks()
Copyright © 2015–2022 ImgLib2. All rights reserved.