|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpreprocessing.PreProcessingSettings
public class PreProcessingSettings
this class contains the settings for the preprocessing
Field Summary |
---|
Fields inherited from interface preprocessing.PreProcessingConstants |
---|
EDGEMODE_CANNYDERICHEFILTER, EDGEMODE_LAPLACEFILTER, EDGEMODE_NO, EDGEMODE_SOBELOPERATOR, GREYSCALEMODE_B, GREYSCALEMODE_G, GREYSCALEMODE_MEAN, GREYSCALEMODE_R, STEP_EDGEDETECTION, STEP_GREYSCALE, STEP_ORIGINAL, STEP_THRESHOLD |
Constructor Summary | |
---|---|
PreProcessingSettings()
|
Method Summary | |
---|---|
int |
getEdgeDetectionMode()
returns the edgeDetectionMode |
int |
getGreyScaleMode()
returns the greyScaleMode |
int |
getThresholdLevel()
returns the thresholdLevel |
void |
setEdgeDetectionMode(int edgeDetectionMode)
sets the edgeDetectionMode |
void |
setGreyScaleMode(int greyScaleMode)
sets the greyScaleMode |
void |
setThresholdLevel(int thresholdLevel)
sets the thresholdLevel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreProcessingSettings()
Method Detail |
---|
public int getGreyScaleMode()
public void setGreyScaleMode(int greyScaleMode)
greyScaleMode
- public int getEdgeDetectionMode()
public void setEdgeDetectionMode(int edgeDetectionMode)
edgeDetectionMode
- public int getThresholdLevel()
public void setThresholdLevel(int thresholdLevel)
thresholdLevel
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |