boofcv.abst.feature.detect.interest
Class GeneralToInterestMulti<T extends ImageGray,D extends ImageGray>
- java.lang.Object
-
- boofcv.abst.feature.detect.interest.GeneralToInterestMulti<T,D>
-
- All Implemented Interfaces:
- DetectorInterestPointMulti<T>
public class GeneralToInterestMulti<T extends ImageGray,D extends ImageGray> extends java.lang.Object implements DetectorInterestPointMulti<T>
Allows aGeneralFeatureDetectorto be used inside aDetectorInterestPointMulti. The number of sets depend upon if minimums and/or maximums are found by the detector.
-
-
Constructor Summary
Constructors Constructor and Description GeneralToInterestMulti(GeneralFeatureDetector<T,D> detector, double radius, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
GeneralToInterestMulti
public GeneralToInterestMulti(GeneralFeatureDetector<T,D> detector, double radius, java.lang.Class<T> imageType, java.lang.Class<D> derivType)
-
-
Method Detail
-
detect
public void detect(T input)
Description copied from interface:DetectorInterestPointMultiDetects interest points inside the provided image.- Specified by:
detectin interfaceDetectorInterestPointMulti<T extends ImageGray>- Parameters:
input- Input features are detected inside of.
-
getNumberOfSets
public int getNumberOfSets()
Description copied from interface:DetectorInterestPointMultiThe number of families.- Specified by:
getNumberOfSetsin interfaceDetectorInterestPointMulti<T extends ImageGray>- Returns:
- number of families
-
getFeatureSet
public FoundPointSO getFeatureSet(int set)
Description copied from interface:DetectorInterestPointMultiReturns the most recently detected features for a specific set. Each timeDetectorInterestPointMulti.detect(boofcv.struct.image.ImageBase)is called the results are modified.- Specified by:
getFeatureSetin interfaceDetectorInterestPointMulti<T extends ImageGray>- Parameters:
set- Which set of detected features.- Returns:
- Results for a set.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG