public class Cluster_SIFT extends Object implements ij.plugin.PlugIn
Modifier and Type | Class and Description |
---|---|
static class |
Cluster_SIFT.SIFTCall |
Constructor and Description |
---|
Cluster_SIFT() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<ArrayList<Feature>> |
clusterSIFTExtraction(Collection<String> fileNames,
FloatArray2DSIFT.Param param)
Extracts SIFT features from images using a FijiArchipelago Cluster
|
void |
run(String arg) |
float |
runLocally() |
float |
runOnCluster() |
public static ArrayList<ArrayList<Feature>> clusterSIFTExtraction(Collection<String> fileNames, FloatArray2DSIFT.Param param)
fileNames
- a Collection of file names
This method makes no check of the validity of the filenames. For this
to work properly, they must exist within the Cluster file root, which
is indicated by FijiArchipelago.getFileRoot().param
- The SIFT parametersArrayList
of ArrayList
s of Feature
s, such that the ArrayList<Feature>
corresponding to the ith file in fileNames
is returned in the ith position here.public float runOnCluster()
public float runLocally()
public void run(String arg)
run
in interface ij.plugin.PlugIn
Copyright © 2015–2021 Fiji. All rights reserved.