public static class MarkerDetector.Settings extends BaseChildSettings
BaseChildSettings.PropertyVetoExceptionThatNetBeansLikesbeanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSubPixelWindow() |
double |
getThresholdKBlackMarkers() |
double |
getThresholdKWhiteMarkers() |
double |
getThresholdVarMultiplier() |
int |
getThresholdWindowMax() |
int |
getThresholdWindowMin() |
void |
setSubPixelWindow(int subPixelWindow) |
void |
setThresholdKBlackMarkers(double thresholdKBlackMarkers) |
void |
setThresholdKWhiteMarkers(double thresholdKWhiteMarkers) |
void |
setThresholdVarMultiplier(double thresholdVarMultiplier) |
void |
setThresholdWindowMax(int thresholdWindowMax) |
void |
setThresholdWindowMin(int thresholdWindowMin) |
addPropertyChangeListener, compareTo, getName, removePropertyChangeListeneraddPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContextpublic int getThresholdWindowMin()
public void setThresholdWindowMin(int thresholdWindowMin)
public int getThresholdWindowMax()
public void setThresholdWindowMax(int thresholdWindowMax)
public double getThresholdVarMultiplier()
public void setThresholdVarMultiplier(double thresholdVarMultiplier)
public double getThresholdKBlackMarkers()
public void setThresholdKBlackMarkers(double thresholdKBlackMarkers)
public double getThresholdKWhiteMarkers()
public void setThresholdKWhiteMarkers(double thresholdKWhiteMarkers)
public int getSubPixelWindow()
public void setSubPixelWindow(int subPixelWindow)
Copyright © 2018. All rights reserved.