Documentation of 'boofcv.abst.feature.detect.peak.MeanShiftPeak_to_SearchLocalPeak' Java class
MeanShiftPeak_to_SearchLocalPeak
boofcv.abst.feature.detect.peak

Class MeanShiftPeak_to_SearchLocalPeak<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getPeakX()
      Location of the found peak.
      float getPeakY()
      Location of the found peak.
      void search(float x, float y)
      Initial point for the search
      void setImage(T image)
      Specifies the image which is to be searched
      void setSearchRadius(int radius)
      How far around the center it consider when searching for the peak
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MeanShiftPeak_to_SearchLocalPeak

        public MeanShiftPeak_to_SearchLocalPeak(MeanShiftPeak<T> search)
    • Method Detail

      • setImage

        public void setImage(T image)
        Description copied from interface: SearchLocalPeak
        Specifies the image which is to be searched
        Specified by:
        setImage in interface SearchLocalPeak<T extends ImageGray>
        Parameters:
        image - input image
      • setSearchRadius

        public void setSearchRadius(int radius)
        Description copied from interface: SearchLocalPeak
        How far around the center it consider when searching for the peak
        Specified by:
        setSearchRadius in interface SearchLocalPeak<T extends ImageGray>
        Parameters:
        radius - Search radius
      • search

        public void search(float x,
                           float y)
        Description copied from interface: SearchLocalPeak
        Initial point for the search
        Specified by:
        search in interface SearchLocalPeak<T extends ImageGray>
        Parameters:
        x - initial x-coordinate
        y - initial y-coordinate

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.