Class GraphSegmentation


  • public class GraphSegmentation
    extends Algorithm
    • Constructor Detail

      • GraphSegmentation

        protected GraphSegmentation​(long addr)
    • Method Detail

      • getSigma

        public double getSigma()
      • getK

        public float getK()
      • getMinSize

        public int getMinSize()
      • processImage

        public void processImage​(Mat src,
                                 Mat dst)
      • setK

        public void setK​(float k)
      • setMinSize

        public void setMinSize​(int min_size)
      • setSigma

        public void setSigma​(double sigma)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Algorithm
        Throws:
        java.lang.Throwable