boofcv.abst.feature.detect.interest
Interface DetectorInterestPointMulti<T extends ImageBase>
-
- All Known Implementing Classes:
- GeneralToInterestMulti
public interface DetectorInterestPointMulti<T extends ImageBase>Interface for automatically detecting multiple types of interest points in images. Each type of interest point was detected using a different technique and should only be associated with interest points of the same type. The number and type of sets is fixed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddetect(T input)Detects interest points inside the provided image.FoundPointSOgetFeatureSet(int set)Returns the most recently detected features for a specific set.intgetNumberOfSets()The number of families.
-
-
-
Method Detail
-
detect
void detect(T input)
Detects interest points inside the provided image.- Parameters:
input- Input features are detected inside of.
-
getNumberOfSets
int getNumberOfSets()
The number of families.- Returns:
- number of families
-
getFeatureSet
FoundPointSO getFeatureSet(int set)
Returns the most recently detected features for a specific set. Each timedetect(boofcv.struct.image.ImageBase)is called the results are modified.- Parameters:
set- Which set of detected features.- Returns:
- Results for a set.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG