boofcv.struct.feature
Class BrightFeature
- java.lang.Object
-
- boofcv.struct.feature.TupleDesc_F64
-
- boofcv.struct.feature.BrightFeature
-
- All Implemented Interfaces:
- TupleDesc<TupleDesc_F64>
public class BrightFeature extends TupleDesc_F64
ExtendsTupleDesc_F64by 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.
-
-
Field Summary
Fields Modifier and Type Field and Description booleanwhitetrue if the feature was white or false if it was dark-
Fields inherited from class boofcv.struct.feature.TupleDesc_F64
value
-
-
Constructor Summary
Constructors Constructor and Description BrightFeature(int numFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description BrightFeaturecopy()Creates a copy of this descriptionvoidsetTo(TupleDesc_F64 source)Sets this tuple to be the same as the provided tuple
-
-
-
Method Detail
-
setTo
public void setTo(TupleDesc_F64 source)
Description copied from interface:TupleDescSets this tuple to be the same as the provided tuple- Specified by:
setToin interfaceTupleDesc<TupleDesc_F64>- Overrides:
setToin classTupleDesc_F64- Parameters:
source- The tuple which this one is to become a copy of.
-
copy
public BrightFeature copy()
Description copied from interface:TupleDescCreates a copy of this description- Specified by:
copyin interfaceTupleDesc<TupleDesc_F64>- Overrides:
copyin classTupleDesc_F64- Returns:
- Copy
-
-
DataMelt 3.0 © DataMelt by jWork.ORG