boofcv.abst.feature.detdesc
Interface DetectDescribeMulti<T extends ImageGray,Desc extends TupleDesc>
-
- All Superinterfaces:
- DescriptorInfo<Desc>
- All Known Implementing Classes:
- DetectDescribeMultiFusion, DetectDescribeSingleToMulti
public interface DetectDescribeMulti<T extends ImageGray,Desc extends TupleDesc> extends DescriptorInfo<Desc>
Detects and describes different types of features inside an image. All detected features are described using the same type of descriptor. Each type of detected feature is a member of a set and the found features for a set are returned inside of aPointDescSet. The order and number of sets remains constant.Type of feature descriptor -
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description PointDescSet<Desc>getFeatureSet(int set)Returns the most recently detected features for a specific set.intgetNumberOfSets()The number of feature sets.voidprocess(T image)Detects features inside the image.-
Methods inherited from interface boofcv.abst.feature.describe.DescriptorInfo
createDescription, getDescriptionType
-
-
-
-
Method Detail
-
process
void process(T image)
Detects features inside the image.- Parameters:
image- Image being processed.
-
getNumberOfSets
int getNumberOfSets()
The number of feature sets.- Returns:
- number of feature sets
-
getFeatureSet
PointDescSet<Desc> getFeatureSet(int set)
Returns the most recently detected features for a specific set. Each timeprocess(ImageGray)is called the results are modified. WARNING: The returned data structure is recycled each timeprocess(ImageGray)is called. Create a copy if this is a problem.- Parameters:
set- Which set of detected features.- Returns:
- Results for a set.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG
You see the box below because you did not login.