public class FloatImageParams
extends com.labun.surf.Params
Constructor and Description |
---|
FloatImageParams(int octaves,
int layers,
float threshold,
int initStep,
boolean upright,
boolean displayOrientationVectors,
boolean displayDescriptorWindows,
int lineWidth,
boolean displayStatistics) |
Modifier and Type | Method and Description |
---|---|
int |
getDarkColor()
Drawing color for dark blobs on light background
|
int |
getDescriptorColor() |
int |
getLightColor()
Drawing color for light blobs on dark background
|
int |
getOrientationColor() |
void |
setDarkColor(int darkColor) |
void |
setDescriptorColor(int descriptorColor) |
void |
setLightColor(int lightColor) |
void |
setOrientationColor(int orientationColor) |
addSurfParamsToDialog, getDarkPointColor, getDescriptorWindowColor, getDescSize, getFilterSize, getInitStep, getLayers, getLightPointColor, getLineWidth, getMaxFilterSize, getOctaves, getOrientationVectorColor, getStatistics, getStepIncFactor, getSurfParamsFromDialog, getThreshold, isDisplayDescriptorWindows, isDisplayOrientationVectors, isDisplayStatistics, isUpright
public FloatImageParams(int octaves, int layers, float threshold, int initStep, boolean upright, boolean displayOrientationVectors, boolean displayDescriptorWindows, int lineWidth, boolean displayStatistics)
public int getDescriptorColor()
public int getOrientationColor()
public int getDarkColor()
public int getLightColor()
public void setDescriptorColor(int descriptorColor)
descriptorColor
- the descriptorColor to setpublic void setOrientationColor(int orientationColor)
orientationColor
- the orientationColor to setpublic void setDarkColor(int darkColor)
darkColor
- the darkColor to setpublic void setLightColor(int lightColor)
lightColor
- the lightColor to set