Package | Description |
---|---|
org.openimaj.feature | |
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.math.statistics.distribution | |
org.openimaj.pgm.util | |
org.openimaj.util.array | |
org.openimaj.vis.ternary |
Modifier and Type | Class and Description |
---|---|
class |
ByteFV
Basic byte single-dimensional feature vector implementation
|
class |
DoubleFV
Basic double single-dimensional feature vector implementation
|
class |
FloatFV
Basic float single-dimensional feature vector implementation
|
class |
IntFV
Basic int single-dimensional feature vector implementation
|
class |
LongFV
Basic long single-dimensional feature vector implementation
|
class |
MultidimensionalByteFV
Basic byte multidimensional feature vector implementation
|
class |
MultidimensionalDoubleFV
Basic double multidimensional feature vector implementation
|
class |
MultidimensionalFloatFV
Basic float multidimensional feature vector implementation
|
class |
MultidimensionalIntFV
Basic int multidimensional feature vector implementation
|
class |
MultidimensionalLongFV
Basic long multidimensional feature vector implementation
|
class |
MultidimensionalShortFV
Basic short multidimensional feature vector implementation
|
class |
OrientedFeatureVector
Byte featurevector with an associated orientation
|
class |
ShortFV
Basic short single-dimensional feature vector implementation
|
class |
SparseByteFV
A sparse one-dimensional feature vector of byte-valued elements.
|
class |
SparseDoubleFV
A sparse one-dimensional feature vector of double-valued elements.
|
class |
SparseFloatFV
A sparse one-dimensional feature vector of float-valued elements.
|
class |
SparseIntFV
A sparse one-dimensional feature vector of int-valued elements.
|
class |
SparseLongFV
A sparse one-dimensional feature vector of long-valued elements.
|
class |
SparseShortFV
A sparse one-dimensional feature vector of short-valued elements.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockSpatialAggregator<T,AGGREGATE extends FeatureVector & Concatenatable<AGGREGATE,AGGREGATE>>
A
BlockSpatialAggregator performs spatial pooling of local features
by grouping the local features into non-overlapping, fixed-size spatial
blocks, and applying a VectorAggregator (i.e. |
class |
PyramidSpatialAggregator<T,AGGREGATE extends FeatureVector & Concatenatable<AGGREGATE,AGGREGATE>>
A
PyramidSpatialAggregator performs spatial pooling of local features
by grouping the local features into fixed-size spatial blocks within a
pyramid, and applying a VectorAggregator (i.e. |
Modifier and Type | Class and Description |
---|---|
class |
Histogram
Simple Histogram based on a DoubleFV.
|
class |
MultidimensionalHistogram
Simple Histogram based on a MultidimensionalDoubleFV.
|
Modifier and Type | Class and Description |
---|---|
class |
Document
A document is a bag of words
|
Modifier and Type | Class and Description |
---|---|
class |
SparseBinSearchByteArray
A Sparse array of byte values implemented using a pair of
sorted parallel arrays.
|
class |
SparseBinSearchDoubleArray
A Sparse array of double values implemented using a pair of
sorted parallel arrays.
|
class |
SparseBinSearchFloatArray
A Sparse array of float values implemented using a pair of
sorted parallel arrays.
|
class |
SparseBinSearchIntArray
A Sparse array of int values implemented using a pair of
sorted parallel arrays.
|
class |
SparseBinSearchLongArray
A Sparse array of long values implemented using a pair of
sorted parallel arrays.
|
class |
SparseBinSearchShortArray
A Sparse array of short values implemented using a pair of
sorted parallel arrays.
|
class |
SparseByteArray
A sparse array of byte values.
|
class |
SparseDoubleArray
A sparse array of double values.
|
class |
SparseFloatArray
A sparse array of float values.
|
class |
SparseHashedByteArray
A
SparseByteArray implementation based on a
TIntByteHashMap . |
class |
SparseHashedDoubleArray
A
SparseDoubleArray implementation based on a
TIntDoubleHashMap . |
class |
SparseHashedFloatArray
A
SparseFloatArray implementation based on a
TIntFloatHashMap . |
class |
SparseHashedIntArray
A
SparseIntArray implementation based on a
TIntIntHashMap . |
class |
SparseHashedLongArray
A
SparseLongArray implementation based on a
TIntLongHashMap . |
class |
SparseHashedShortArray
A
SparseShortArray implementation based on a
TIntShortHashMap . |
class |
SparseIntArray
A sparse array of int values.
|
class |
SparseLongArray
A sparse array of long values.
|
class |
SparseShortArray
A sparse array of short values.
|
Modifier and Type | Class and Description |
---|---|
static class |
TernaryPlot.TernaryData
Holds an a value for the 3 ternary dimensions and a value
|