Modifier and Type | Method and Description |
---|---|
abstract HashMap<ViewId,List<InterestPoint>> |
InterestPointDetection.findInterestPoints(TimePoint tp)
Perform the interestpoint detection for one timepoint
|
HashMap<ViewId,List<InterestPoint>> |
DifferenceOfMean.findInterestPoints(TimePoint t) |
HashMap<ViewId,List<InterestPoint>> |
DifferenceOfGaussian.findInterestPoints(TimePoint t) |
static List<InterestPoint> |
DifferenceOf.limitList(int maxDetections,
int maxDetectionsTypeIndex,
List<InterestPoint> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
DifferenceOf.correctForDownsampling(List<InterestPoint> ips,
AffineTransform3D t) |
static List<InterestPoint> |
DifferenceOf.limitList(int maxDetections,
int maxDetectionsTypeIndex,
List<InterestPoint> list) |
Modifier and Type | Field and Description |
---|---|
protected List<InterestPoint> |
InteractiveProjections.ipList |
Modifier and Type | Method and Description |
---|---|
List<InterestPoint> |
InteractiveProjections.getInterestPointList() |
protected List<InterestPoint> |
InteractiveProjections.loadInterestPoints(SpimData2 spimData,
ViewId id,
String label) |
Modifier and Type | Method and Description |
---|---|
protected static void |
InteractiveProjections.drawProjectedInterestPoints(ij.ImagePlus imp,
List<InterestPoint> ipList,
int projectionDim) |
Constructor and Description |
---|
RemoveInsideROIButtonListener(ij.ImagePlus imp,
List<InterestPoint> ipList,
int projectionDim,
boolean inside) |
Modifier and Type | Method and Description |
---|---|
List<InterestPoint> |
InterestPointExplorerPanel.getInterestPoints(ViewInterestPoints vip,
ViewId v,
String label) |
Modifier and Type | Class and Description |
---|---|
class |
InterestPointValue |
Modifier and Type | Method and Description |
---|---|
List<InterestPoint> |
InterestPointList.getInterestPoints() |
Modifier and Type | Method and Description |
---|---|
void |
InterestPointList.setInterestPoints(List<InterestPoint> list) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<InterestPoint> |
ProcessDOG.compute(CUDASeparableConvolution cuda,
List<CUDADevice> deviceList,
boolean accurateCUDA,
double percentGPUMem,
Image<FloatType> img,
Img<FloatType> imglib2img,
float sigma,
float threshold,
int localization,
double imageSigmaX,
double imageSigmaY,
double imageSigmaZ,
boolean findMin,
boolean findMax,
double minIntensity,
double maxIntensity,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
ProcessDOM.compute(Image<FloatType> img,
Img<FloatType> imglib2img,
int radius1,
int radius2,
float threshold,
int localization,
double imageSigmaX,
double imageSigmaY,
double imageSigmaZ,
boolean findMin,
boolean findMax,
double minIntensity,
double maxIntensity,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
Localization.computeGaussLocalization(ArrayList<SimplePeak> peaks,
Image<FloatType> domImg,
double sigma,
boolean findMin,
boolean findMax,
float threshold,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
Localization.computeQuadraticLocalization(ArrayList<SimplePeak> peaks,
Image<FloatType> domImg,
boolean findMin,
boolean findMax,
float threshold,
boolean keepIntensity) |
static ArrayList<InterestPoint> |
Localization.noLocalization(ArrayList<SimplePeak> peaks,
boolean findMin,
boolean findMax,
boolean keepIntensity) |
Modifier and Type | Method and Description |
---|---|
List<InterestPoint> |
MatchPointList.getInterestpointList() |
List<InterestPoint> |
PairwiseMatch.getListA() |
List<InterestPoint> |
PairwiseMatch.getListB() |
Constructor and Description |
---|
MatchPointList(List<InterestPoint> interestpointList,
ChannelProcess channel) |
Copyright © 2015–2021 Fiji. All rights reserved.