Modifier and Type | Field and Description |
---|---|
static EnumSet<Descriptor.Supports> |
Descriptor.DOES_ALL
Convenience field for "support all kinds of images".
|
Modifier and Type | Method and Description |
---|---|
static Descriptor.Supports |
Descriptor.Supports.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Descriptor.Supports[] |
Descriptor.Supports.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Descriptor.Supports> |
Descriptor.supports()
Determine the capabilities of this algorithm.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Descriptor.Supports> |
Susan.supports()
Defines the capability of the algorithm.
|
EnumSet<Descriptor.Supports> |
Roberts.supports() |
EnumSet<Descriptor.Supports> |
MarrHildreth.supports()
Defines the capability of the algorithm.
|
EnumSet<Descriptor.Supports> |
LaplaceFilter.supports() |
EnumSet<Descriptor.Supports> |
Kirsch.supports() |
EnumSet<Descriptor.Supports> |
Kernel.supports()
Defines the capability of the algorithm.
|
EnumSet<Descriptor.Supports> |
DroG.supports() |
EnumSet<Descriptor.Supports> |
Canny.supports()
Defines the capability of the algorithm.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Descriptor.Supports> |
TrajkovicHedley4N.supports() |
EnumSet<Descriptor.Supports> |
Moravec.supports() |
EnumSet<Descriptor.Supports> |
Harris.supports()
Defines the capability of the algorithm.
|
EnumSet<Descriptor.Supports> |
FASTCornerDetector.supports() |
Modifier and Type | Method and Description |
---|---|
EnumSet<Descriptor.Supports> |
SquareModelShapeMatrix.supports() |
EnumSet<Descriptor.Supports> |
Eccentricity.supports() |
EnumSet<Descriptor.Supports> |
CentroidBoundaryDistance.supports() |
EnumSet<Descriptor.Supports> |
AdaptiveGridResolution.supports() |
Copyright © 2013. All Rights Reserved.