Class LaplaceOfGaussian

    • Field Detail

      • m_Size

        protected int m_Size
        the size of the matrix.
      • m_Sigma

        protected double m_Sigma
        the sigma value of the gaussian.
      • m_Matrix

        protected double[][] m_Matrix
        the current matrix.
    • Constructor Detail

      • LaplaceOfGaussian

        public LaplaceOfGaussian()
    • Method Detail

      • setSize

        public void setSize​(int value)
        Sets the size of the matrix (n x n).
        Parameters:
        value - the size
      • getSize

        public int getSize()
        Returns the size of the matrix (n x n).
        Returns:
        the size
      • sizeTipText

        public String sizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setSigma

        public void setSigma​(double value)
        Sets the sigma value.
        Parameters:
        value - the sigma
      • getSigma

        public double getSigma()
        Returns the sigma value.
        Returns:
        the sigma
      • sigmaTipText

        public String sigmaTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • calcMatrix

        protected double[][] calcMatrix()
        Calculates the matrix.
        Returns:
        the matrix