public class BrightFeature extends TupleDesc_F64
TupleDesc_F64 by adding a boolean which indicates of the object it came
from is white or dark. SURF and SIFT generate these kind of descriptors. Association
can be improve by only trying to match white or dark features exclusively to each other.| Modifier and Type | Field and Description |
|---|---|
boolean |
white
true if the feature was white or false if it was dark
|
value| Modifier | Constructor and Description |
|---|---|
protected |
BrightFeature() |
|
BrightFeature(int numFeatures) |
| Modifier and Type | Method and Description |
|---|---|
BrightFeature |
copy()
Creates a copy of this description
|
void |
setTo(TupleDesc_F64 source)
Sets this tuple to be the same as the provided tuple
|
public BrightFeature(int numFeatures)
protected BrightFeature()
public void setTo(TupleDesc_F64 source)
TupleDescsetTo in interface TupleDesc<TupleDesc_F64>setTo in class TupleDesc_F64source - The tuple which this one is to become a copy of.public BrightFeature copy()
TupleDesccopy in interface TupleDesc<TupleDesc_F64>copy in class TupleDesc_F64