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

Interface SearchLocalPeak<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Abstract 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
    • Method Detail

      • setImage

        void setImage(T image)
        Specifies the image which is to be searched
        Parameters:
        image - input image
      • setSearchRadius

        void setSearchRadius(int radius)
        How far around the center it consider when searching for the peak
        Parameters:
        radius - Search radius
      • search

        void search(float x,
                    float y)
        Initial point for the search
        Parameters:
        x - initial x-coordinate
        y - initial y-coordinate
      • getPeakX

        float getPeakX()
        Location of the found peak. x-coordinate
        Returns:
        x-coordinate
      • getPeakY

        float getPeakY()
        Location of the found peak. y-coordinate
        Returns:
        y-coordinate

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.