public class StructuredEdgeDetection extends Algorithm
| Modifier | Constructor and Description | 
|---|---|
| protected  | StructuredEdgeDetection(long addr) | 
| Modifier and Type | Method and Description | 
|---|---|
| static StructuredEdgeDetection | __fromPtr__(long addr) | 
| void | computeOrientation(Mat _src,
                  Mat _dst) | 
| void | detectEdges(Mat _src,
           Mat _dst) | 
| void | edgesNms(Mat edge_image,
        Mat orientation_image,
        Mat _dst) | 
| void | edgesNms(Mat edge_image,
        Mat orientation_image,
        Mat _dst,
        int r) | 
| void | edgesNms(Mat edge_image,
        Mat orientation_image,
        Mat _dst,
        int r,
        int s) | 
| void | edgesNms(Mat edge_image,
        Mat orientation_image,
        Mat _dst,
        int r,
        int s,
        float m) | 
| void | edgesNms(Mat edge_image,
        Mat orientation_image,
        Mat _dst,
        int r,
        int s,
        float m,
        boolean isParallel) | 
| protected void | finalize() | 
clear, empty, getDefaultName, getNativeObjAddr, savepublic static StructuredEdgeDetection __fromPtr__(long addr)
public void edgesNms(Mat edge_image, Mat orientation_image, Mat _dst, int r, int s, float m, boolean isParallel)
public void edgesNms(Mat edge_image, Mat orientation_image, Mat _dst, int r, int s, float m)
Generated on Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5