public abstract class FeatureTransform<T extends FloatArray2DFeatureTransform<?>> extends Object
Constructor and Description |
---|
FeatureTransform(T t)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
extractFeatures(ij.process.ImageProcessor ip) |
void |
extractFeatures(ij.process.ImageProcessor ip,
Collection<Feature> features)
Extract features from an ImageProcessor
|
static void |
matchFeatures(Collection<Feature> fs1,
Collection<Feature> fs2,
List<PointMatch> matches,
float rod)
Identify corresponding features
|
protected final T extends FloatArray2DFeatureTransform<?> t
public FeatureTransform(T t)
t
- feature transformationpublic void extractFeatures(ij.process.ImageProcessor ip, Collection<Feature> features)
ip
- features
- collects all featurespublic final Collection<Feature> extractFeatures(ij.process.ImageProcessor ip)
public static void matchFeatures(Collection<Feature> fs1, Collection<Feature> fs2, List<PointMatch> matches, float rod)
fs1
- feature collection from set 1fs2
- feature collection from set 2matches
- collects the matching coordinatesrod
- Ratio of distances (closest/next closest match)Copyright © 2015–2021 Fiji. All rights reserved.