Package | Description |
---|---|
org.openimaj.image.feature.local.aggregate |
Implementations of techniques that aggregate the local descriptors
of an image into a single (typically fixed length) vector
representation.
|
org.openimaj.ml.clustering.assignment.soft |
Constructor and Description |
---|
SoftBagOfVisualWords(SoftAssigner<DATATYPE,DISTANCE> assigner)
Construct with the given assigner.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |
class |
DoubleKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |
class |
FloatKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |
class |
HierarchicalBytePathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
HierarchicalDoublePathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
HierarchicalFloatPathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
HierarchicalIntPathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
HierarchicalLongPathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
HierarchicalShortPathAssigner
A
SoftAssigner for gathering the clusters assigned
to a point from a hierarchical clustering. |
class |
IntKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |
class |
LongKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |
class |
ShortKNNAssigner
A
SoftAssigner that picks a fixed number of nearest neighbours. |