| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.abst.feature.describe | |
| boofcv.alg.feature.associate | |
| boofcv.alg.feature.describe | |
| boofcv.factory.feature.describe | |
| boofcv.struct.feature |
| Modifier and Type | Method and Description |
|---|---|
double |
ScoreAssociateSad_S8.score(TupleDesc_S8 a,
TupleDesc_S8 b) |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_S8 |
ConvertReal_F64_S8.createOutput() |
| Modifier and Type | Method and Description |
|---|---|
Class<TupleDesc_S8> |
ConvertReal_F64_S8.getOutputType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertReal_F64_S8.convert(TupleDesc_F64 input,
TupleDesc_S8 output) |
| Modifier and Type | Method and Description |
|---|---|
static int |
DescriptorDistance.sad(TupleDesc_S8 a,
TupleDesc_S8 b)
Sum of absolute difference (SAD) score
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConvertTupleDescOps.real(TupleDesc_F64 input,
TupleDesc_S8 output)
Converts a floating point description with real values into the 8-bit integer descriptor by
dividing each element in the input by the element maximum absolute value and multiplying by 127.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertTupleDesc<TupleDesc_F64,TupleDesc_S8> |
FactoryConvertTupleDesc.real_F64_S8(int numElements)
Converts two
TupleDesc as describe by
ConvertTupleDescOps.real(TupleDesc_F64, TupleDesc_S8). |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_S8 |
TupleDesc_S8.copy() |
Copyright © 2013. All Rights Reserved.