preprocessing
Class PreProcessingSettings

java.lang.Object
  extended by preprocessing.PreProcessingSettings
All Implemented Interfaces:
PreProcessingConstants

public class PreProcessingSettings
extends java.lang.Object
implements PreProcessingConstants

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

PreProcessingSettings

public PreProcessingSettings()
Method Detail

getGreyScaleMode

public int getGreyScaleMode()
returns the greyScaleMode

Returns:
greyScaleMode

setGreyScaleMode

public void setGreyScaleMode(int greyScaleMode)
sets the greyScaleMode

Parameters:
greyScaleMode -

getEdgeDetectionMode

public int getEdgeDetectionMode()
returns the edgeDetectionMode

Returns:
edgeDetectionMode

setEdgeDetectionMode

public void setEdgeDetectionMode(int edgeDetectionMode)
sets the edgeDetectionMode

Parameters:
edgeDetectionMode -

getThresholdLevel

public int getThresholdLevel()
returns the thresholdLevel

Returns:
thresholdLevel

setThresholdLevel

public void setThresholdLevel(int thresholdLevel)
sets the thresholdLevel

Parameters:
thresholdLevel -