Package io.scanbot.sdk.imageprocessing
Class LegacyFilter
- java.lang.Object
-
- io.scanbot.sdk.imageprocessing.ParametricFilter
-
- io.scanbot.sdk.imageprocessing.LegacyFilter
-
public class LegacyFilter extends ParametricFilter
Deprecated. Returns the input image unchanged.
-
-
Constructor Summary
Constructors Constructor Description LegacyFilter()Constructs LegacyFilter with default parameters.LegacyFilter(int filterType)Constructs LegacyFilter with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFilterType()Getter for filterType field.voidsetFilterType(int filterType)Setter for filterType field.
-
-
-
Method Detail
-
getFilterType
public int getFilterType()
Getter for filterType field. See constructor documentation for more information about the field.- Returns:
- filterType
-
setFilterType
public void setFilterType(int filterType)
Setter for filterType field. See constructor documentation for more information about the field.- Parameters:
filterType- Value to set.
-
-