public class Localization extends Object
Constructor and Description |
---|
Localization() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<InterestPoint> |
computeGaussLocalization(ArrayList<SimplePeak> peaks,
Image<FloatType> domImg,
double sigma,
boolean findMin,
boolean findMax,
float threshold,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
computeQuadraticLocalization(ArrayList<SimplePeak> peaks,
Image<FloatType> domImg,
boolean findMin,
boolean findMax,
float threshold,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
noLocalization(ArrayList<SimplePeak> peaks,
boolean findMin,
boolean findMax,
boolean keepIntensity) |
public static ArrayList<InterestPoint> noLocalization(ArrayList<SimplePeak> peaks, boolean findMin, boolean findMax, boolean keepIntensity)
public static ArrayList<InterestPoint> computeQuadraticLocalization(ArrayList<SimplePeak> peaks, Image<FloatType> domImg, boolean findMin, boolean findMax, float threshold, boolean keepIntensity)
public static ArrayList<InterestPoint> computeGaussLocalization(ArrayList<SimplePeak> peaks, Image<FloatType> domImg, double sigma, boolean findMin, boolean findMax, float threshold, boolean keepIntensity)
Copyright © 2015–2021 Fiji. All rights reserved.