public class Params extends Object
Modifier and Type | Field and Description |
---|---|
static String |
programVersion |
Constructor and Description |
---|
Params() |
Params(int octaves,
int layers,
float threshold,
int initStep,
boolean upright,
boolean displayOrientationVectors,
boolean displayDescriptorWindows,
int lineWidth,
boolean displayStatistics) |
Params(Params p) |
Modifier and Type | Method and Description |
---|---|
static void |
addSurfParamsToDialog(ij.gui.GenericDialog gd)
Adds SURF parameter to the ImageJ GenericDialog
The order and types of fields do affect
the method Params#getSurfParamsFromDialog(GenericDialog).
|
Color |
getDarkPointColor()
Drawing color for dark blobs on light background
|
Color |
getDescriptorWindowColor() |
int |
getDescSize() |
int |
getFilterSize(int octave,
int layer) |
int |
getInitStep() |
int |
getLayers() |
Color |
getLightPointColor()
Drawing color for light blobs on dark background
|
int |
getLineWidth() |
int |
getMaxFilterSize(int octave)
Returns the biggest filter size in the octave.
|
int |
getOctaves() |
Color |
getOrientationVectorColor() |
Statistics |
getStatistics() |
int |
getStepIncFactor() |
static Params |
getSurfParamsFromDialog(ij.gui.GenericDialog gd)
Reads SURF parameter from the ImageJ
GenericDialog and returns a
SurfParams object. |
float |
getThreshold() |
boolean |
isDisplayDescriptorWindows() |
boolean |
isDisplayOrientationVectors() |
boolean |
isDisplayStatistics() |
boolean |
isUpright() |
public static final String programVersion
public Params()
public Params(int octaves, int layers, float threshold, int initStep, boolean upright, boolean displayOrientationVectors, boolean displayDescriptorWindows, int lineWidth, boolean displayStatistics)
public Params(Params p)
public int getOctaves()
public int getLayers()
public int getFilterSize(int octave, int layer)
public int getMaxFilterSize(int octave)
public float getThreshold()
public int getInitStep()
public int getStepIncFactor()
public boolean isUpright()
public int getDescSize()
public boolean isDisplayOrientationVectors()
public boolean isDisplayDescriptorWindows()
public int getLineWidth()
public boolean isDisplayStatistics()
public Statistics getStatistics()
public static void addSurfParamsToDialog(ij.gui.GenericDialog gd)
Params#Params(int, int, float, int, boolean, boolean, int)
.public static Params getSurfParamsFromDialog(ij.gui.GenericDialog gd)
GenericDialog
and returns a
SurfParams
object. Depends on the order and types of fields
in the method addSurfParamsToDialog(GenericDialog)
.public Color getDescriptorWindowColor()
public Color getOrientationVectorColor()
public Color getDarkPointColor()
public Color getLightPointColor()
Copyright © 2013. All Rights Reserved.