public abstract class AbstractBlockMatching extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
protected static int |
blockRadius |
protected static int |
localModelIndex |
protected static float |
localRegionSigma |
protected static float |
maxCurvatureR |
protected static float |
maxLocalEpsilon |
protected static float |
maxLocalTrust |
protected static int |
meshResolution |
protected static float |
minR |
protected static String[] |
modelStrings |
protected static float |
rodR |
protected static float |
scale |
protected static int |
searchRadius |
protected static boolean |
useLocalSmoothnessFilter |
Constructor and Description |
---|
AbstractBlockMatching() |
Modifier and Type | Method and Description |
---|---|
protected void |
addFields(GenericDialog gd) |
protected static ij.process.FloatProcessor |
createMask(ij.process.ColorProcessor source) |
protected static <T extends Type<T>> |
drawNearestNeighbor(IterableInterval<T> target,
NearestNeighborSearch<T> nnSearchSamples,
NearestNeighborSearch<T> nnSearchMask) |
protected static RealPointSampleList<ARGBType> |
matches2ColorSamples(Iterable<PointMatch> matches) |
protected static RealPointSampleList<ARGBType> |
matches2ColorSamples2(Iterable<PointMatch> matches) |
protected void |
readFields(GenericDialog gd) |
protected static float scale
protected static int blockRadius
protected static int searchRadius
protected static float minR
protected static float rodR
protected static float maxCurvatureR
protected static boolean useLocalSmoothnessFilter
protected static String[] modelStrings
protected static int localModelIndex
protected static float localRegionSigma
protected static float maxLocalEpsilon
protected static float maxLocalTrust
protected static int meshResolution
protected void addFields(GenericDialog gd)
protected void readFields(GenericDialog gd)
protected static final ij.process.FloatProcessor createMask(ij.process.ColorProcessor source)
protected static final RealPointSampleList<ARGBType> matches2ColorSamples(Iterable<PointMatch> matches)
protected static final RealPointSampleList<ARGBType> matches2ColorSamples2(Iterable<PointMatch> matches)
protected static final <T extends Type<T>> long drawNearestNeighbor(IterableInterval<T> target, NearestNeighborSearch<T> nnSearchSamples, NearestNeighborSearch<T> nnSearchMask)
Copyright © 2015–2021 Fiji. All rights reserved.