Documentation of 'boofcv.abst.feature.tracker.DdaFeatureManager' Java class
DdaFeatureManager
boofcv.abst.feature.tracker

Interface DdaFeatureManager<I extends ImageGray,Desc extends TupleDesc>

    • Method Detail

      • detectFeatures

        void detectFeatures(I input,
                            FastQueue<Point2D_F64> locDst,
                            FastQueue<Desc> featDst)
        Detect features in the input image and pass the results into the two lists. locDst and featDst are assumed to have been reset prior to this function being called.
        Parameters:
        input - Input image.
        locDst - Location of detected feature. Add references to list.
        featDst - Description of each detected feature. Add references to list.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.