| Interface | Description |
|---|---|
| TupleDesc<T extends TupleDesc> |
Base class for tuple based feature descriptors
|
| Class | Description |
|---|---|
| AssociatedIndex |
Indexes of two associated features and the fit score..
|
| BriefFeatureQueue |
FastQueue for TupleDesc_B. |
| BrightFeature |
Extends
TupleDesc_F64 by adding a boolean which indicates of the object it came
from is white or dark. |
| CachedSineCosine_F32 |
Precomputes the output of sine/cosine operations.
|
| ColorQueue_F32 |
Stores an array of floats on constant size.
|
| Match |
Found match during template matching.
|
| MatchScoreType |
Specifies the meaning of a match score.
|
| MatrixOfList<T> |
A matrix of Lists for containing items in a grid.
|
| NccFeature |
Description for normalized cross correlation (NCC).
|
| NccFeatureQueue |
FastQueue for NccFeature. |
| ScalePoint |
Where a point of interest was detected and at what scale.
|
| SurfFeatureQueue |
FastQueue for BrightFeature. |
| TupleDesc_B |
Binary descriptor which is stored inside of an array of ints.
|
| TupleDesc_F32 |
Basic description of an image feature's attributes using an array.
|
| TupleDesc_F64 |
Basic description of an image feature's attributes using an array.
|
| TupleDesc_I8<TD extends TupleDesc_I8> |
Feature description storage in an array of bytes.
|
| TupleDesc_S8 |
Feature description storage in an array of signed bytes.
|
| TupleDesc_U8 |
Feature description storage in an array of unsigned bytes.
|