public interface esriRasterThresholdType
extends java.io.Serializable
Description: 'Enumeration of binary thresholding methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriRasterThresholdConstant
Thresholding using constant value(s).
|
static int |
esriRasterThresholdKapur
Thresholding using Kapur method.
|
static int |
esriRasterThresholdKittler
Thresholding using Kittler method.
|
static int |
esriRasterThresholdOtsu
Thresholding using Otsu method.
|
static int |
esriRasterThresholdRosin
Thresholding using Rosin method.
|
static int |
esriRasterThresholdTsai
Thresholding using Tsai method.
|
static final int esriRasterThresholdConstant
static final int esriRasterThresholdOtsu
static final int esriRasterThresholdTsai
static final int esriRasterThresholdKapur
static final int esriRasterThresholdKittler
static final int esriRasterThresholdRosin