public class AssociateSurfBasic
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateSurfBasic.Helper |
| Constructor and Description |
|---|
AssociateSurfBasic(AssociateDescription<TupleDesc_F64> assoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
associate()
Associates the features together.
|
AssociateDescription<TupleDesc_F64> |
getAssoc() |
org.ddogleg.struct.FastQueue<AssociatedIndex> |
getMatches()
Returns a list of found matches.
|
org.ddogleg.struct.GrowQueue_I32 |
getUnassociatedSrc() |
void |
setDst(org.ddogleg.struct.FastQueue<BrightFeature> dst) |
void |
setSrc(org.ddogleg.struct.FastQueue<BrightFeature> src) |
void |
swapLists()
Swaps the source and dest feature list.
|
int |
totalDestination() |
public AssociateSurfBasic(AssociateDescription<TupleDesc_F64> assoc)
public void setSrc(org.ddogleg.struct.FastQueue<BrightFeature> src)
public void setDst(org.ddogleg.struct.FastQueue<BrightFeature> dst)
public void swapLists()
public void associate()
public org.ddogleg.struct.FastQueue<AssociatedIndex> getMatches()
public int totalDestination()
public org.ddogleg.struct.GrowQueue_I32 getUnassociatedSrc()
public AssociateDescription<TupleDesc_F64> getAssoc()