public interface DetectDescribeMulti<T extends boofcv.struct.image.ImageGray,Desc extends TupleDesc> extends DescriptorInfo<Desc>
PointDescSet. The order and number of sets remains constant.
| Modifier and Type | Method and Description |
|---|---|
PointDescSet<Desc> |
getFeatureSet(int set)
Returns the most recently detected features for a specific set.
|
int |
getNumberOfSets()
The number of feature sets.
|
void |
process(T image)
Detects features inside the image.
|
createDescription, getDescriptionTypevoid process(T image)
image - Image being processed.int getNumberOfSets()
PointDescSet<Desc> getFeatureSet(int set)
process(ImageGray) is called the results are modified.
WARNING: The returned data structure is recycled each time process(ImageGray)
is called. Create a copy if this is a problem.set - Which set of detected features.