| Package | Description |
|---|---|
| boofcv.abst.feature.associate | |
| boofcv.alg.feature.associate | |
| boofcv.alg.feature.describe.impl | |
| boofcv.struct.feature |
| Modifier and Type | Method and Description |
|---|---|
double |
ScoreAssociateSad_F32.score(TupleDesc_F32 a,
TupleDesc_F32 b) |
double |
ScoreAssociateEuclideanSq_F32.score(TupleDesc_F32 a,
TupleDesc_F32 b) |
| Modifier and Type | Method and Description |
|---|---|
static double |
DescriptorDistance.euclideanSq(TupleDesc_F32 a,
TupleDesc_F32 b)
Returns the Euclidean distance squared between the two descriptors.
|
static float |
DescriptorDistance.sad(TupleDesc_F32 a,
TupleDesc_F32 b)
Sum of absolute difference (SAD) score
|
| Modifier and Type | Method and Description |
|---|---|
Class<TupleDesc_F32> |
ImplDescribePointPixelRegion_F32.getDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplDescribePointPixelRegion_F32.process(int c_x,
int c_y,
TupleDesc_F32 desc) |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_F32 |
TupleDesc_F32.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleDesc_F32.setTo(TupleDesc_F32 source) |
Copyright © 2013. All Rights Reserved.