| Modifier and Type | Method and Description |
|---|---|
double |
ScoreAssociateSad_U8.score(TupleDesc_U8 a,
TupleDesc_U8 b) |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_U8 |
ConvertPositive_F64_U8.createOutput() |
| Modifier and Type | Method and Description |
|---|---|
Class<TupleDesc_U8> |
ConvertPositive_F64_U8.getOutputType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertPositive_F64_U8.convert(TupleDesc_F64 input,
TupleDesc_U8 output) |
| Modifier and Type | Method and Description |
|---|---|
static int |
DescriptorDistance.sad(TupleDesc_U8 a,
TupleDesc_U8 b)
Sum of absolute difference (SAD) score
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConvertTupleDescOps.positive(TupleDesc_F64 input,
TupleDesc_U8 output)
Converts a floating point description with all positive values into the 8-bit integer descriptor by
dividing each element in the input by the element maximum value and multiplying by 255.
|
| Modifier and Type | Method and Description |
|---|---|
Class<TupleDesc_U8> |
ImplDescribePointPixelRegion_U8.getDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplDescribePointPixelRegion_U8.process(int c_x,
int c_y,
TupleDesc_U8 desc) |
| Modifier and Type | Method and Description |
|---|---|
static ConvertTupleDesc<TupleDesc_F64,TupleDesc_U8> |
FactoryConvertTupleDesc.positive_F64_U8(int numElements)
Converts two
TupleDesc as describe by
ConvertTupleDescOps.positive(TupleDesc_F64, TupleDesc_U8). |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_U8 |
TupleDesc_U8.copy() |
Copyright © 2013. All Rights Reserved.