| Modifier and Type | Method and Description |
|---|---|
double |
ScoreAssociateHamming_B.score(TupleDesc_B a,
TupleDesc_B b) |
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_B |
WrapDescribeBriefSo.createDescription() |
TupleDesc_B |
WrapDescribeBrief.createDescription() |
| Modifier and Type | Method and Description |
|---|---|
Class<TupleDesc_B> |
WrapDescribeBriefSo.getDescriptionType() |
Class<TupleDesc_B> |
WrapDescribeBrief.getDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WrapDescribeBriefSo.process(double x,
double y,
double orientation,
double scale,
TupleDesc_B storage) |
boolean |
WrapDescribeBrief.process(double x,
double y,
double orientation,
double scale,
TupleDesc_B storage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
DescriptorDistance.hamming(TupleDesc_B a,
TupleDesc_B b)
Computes the hamming distance between two binary feature descriptors
|
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_B |
DescribePointBriefSO.createFeature() |
TupleDesc_B |
DescribePointBrief.createFeature()
Function which creates a description of the appropriate size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePointBrief.process(double c_x,
double c_y,
TupleDesc_B feature)
Computes the descriptor at the specified point.
|
void |
DescribePointBriefSO.process(float c_x,
float c_y,
float orientation,
float scale,
TupleDesc_B feature) |
void |
DescribePointBinaryCompare.process(int c_x,
int c_y,
TupleDesc_B feature)
Computes the descriptor at the specified point.
|
abstract void |
DescribePointBinaryCompare.processBorder(int c_x,
int c_y,
TupleDesc_B feature)
Called if the descriptor region goes outside the image border
|
abstract void |
DescribePointBinaryCompare.processInside(int c_x,
int c_y,
TupleDesc_B feature)
Called if the descriptor region is contained entirely inside the image
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImplDescribeBinaryCompare_U8.processBorder(int c_x,
int c_y,
TupleDesc_B feature) |
void |
ImplDescribeBinaryCompare_F32.processBorder(int c_x,
int c_y,
TupleDesc_B feature) |
void |
ImplDescribeBinaryCompare_U8.processInside(int c_x,
int c_y,
TupleDesc_B feature) |
void |
ImplDescribeBinaryCompare_F32.processInside(int c_x,
int c_y,
TupleDesc_B feature) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDescribeRegionPoint.brief(ConfigBrief config,
Class<T> imageType)
Creates a BRIEF descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_B |
TupleDesc_B.copy() |
protected TupleDesc_B |
BriefFeatureQueue.createInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleDesc_B.setTo(TupleDesc_B source) |
Copyright © 2013. All Rights Reserved.