Class Erode

    • Field Detail

      • m_Kernel

        protected float[] m_Kernel
        the kernel (blank separated list of floats).
      • m_KernelHeight

        protected int m_KernelHeight
        the kernel height.
      • m_KernelWidth

        protected int m_KernelWidth
        the kernel width.
    • Constructor Detail

      • Erode

        public Erode()
    • Method Detail

      • setKernel

        public void setKernel​(String value)
        Sets the kernel (blank-separated list of floats, row-wise).
        Parameters:
        value - the kernel
      • getKernel

        public String getKernel()
        Returns the kernel (blank-separated list of floats, row-wise).
        Returns:
        the kernel
      • kernelTipText

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

        public void setKernelWidth​(int value)
        Sets the kernel width.
        Parameters:
        value - the width
      • getKernelWidth

        public int getKernelWidth()
        Returns the width of the kernel.
        Returns:
        the width
      • kernelWidthTipText

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

        public void setKernelHeight​(int value)
        Sets the kernel height.
        Parameters:
        value - the height
      • getKernelHeight

        public int getKernelHeight()
        Returns the height of the kernel.
        Returns:
        the height
      • kernelHeightTipText

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