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

Class DdaManagerDetectDescribePoint<I extends ImageGray,Desc extends TupleDesc>

    • Constructor Detail

      • DdaManagerDetectDescribePoint

        public DdaManagerDetectDescribePoint(DetectDescribePoint<I,Desc> detDesc)
        Configures tracker
        Parameters:
        detDesc - Feature detector and descriptor
    • Method Detail

      • detectFeatures

        public void detectFeatures(I input,
                                   FastQueue<Point2D_F64> locDst,
                                   FastQueue<Desc> featDst)
        Description copied from interface: DdaFeatureManager
        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.
        Specified by:
        detectFeatures in interface DdaFeatureManager<I extends ImageGray,Desc extends TupleDesc>
        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

Ads help maintain this website.