Documentation of 'boofcv.alg.tracker.combined.PyramidKltForCombined' Java class
PyramidKltForCombined
boofcv.alg.tracker.combined

Class PyramidKltForCombined<I extends ImageGray,D extends ImageGray>

    • Field Detail

      • config

        public KltConfig config
        configuration for low level KLT tracker
      • featureRadius

        public int featureRadius
        The radius of each feature. 3 is a reasonable number.
      • pyramidScaling

        public int[] pyramidScaling
        Scale factor for each layer in the pyramid
    • Constructor Detail

      • PyramidKltForCombined

        public PyramidKltForCombined(KltConfig config,
                                     int featureRadius,
                                     int[] pyramidScaling,
                                     java.lang.Class<I> inputType,
                                     java.lang.Class<D> derivType)
    • Method Detail

      • setDescription

        public void setDescription(float x,
                                   float y,
                                   PyramidKltFeature ret)
      • setInputs

        public void setInputs(ImagePyramid<I> image,
                              D[] derivX,
                              D[] derivY)
      • performTracking

        public boolean performTracking(PyramidKltFeature feature)
        Updates the track using the latest inputs. If tracking fails then the feature description in each layer is unchanged and its global position.
        Parameters:
        feature - Feature being updated
        Returns:
        true if tracking was successful, false otherwise

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.