Class StructuredEdgeDetection


  • public class StructuredEdgeDetection
    extends Algorithm
    • Constructor Detail

      • StructuredEdgeDetection

        protected StructuredEdgeDetection​(long addr)
    • Method Detail

      • computeOrientation

        public void computeOrientation​(Mat _src,
                                       Mat _dst)
      • detectEdges

        public void detectEdges​(Mat _src,
                                Mat _dst)
      • edgesNms

        public void edgesNms​(Mat edge_image,
                             Mat orientation_image,
                             Mat _dst,
                             int r,
                             int s,
                             float m,
                             boolean isParallel)
      • edgesNms

        public void edgesNms​(Mat edge_image,
                             Mat orientation_image,
                             Mat _dst,
                             int r,
                             int s,
                             float m)
      • edgesNms

        public void edgesNms​(Mat edge_image,
                             Mat orientation_image,
                             Mat _dst,
                             int r,
                             int s)
      • edgesNms

        public void edgesNms​(Mat edge_image,
                             Mat orientation_image,
                             Mat _dst,
                             int r)
      • edgesNms

        public void edgesNms​(Mat edge_image,
                             Mat orientation_image,
                             Mat _dst)
      • finalize

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