Package org.opencv.ximgproc
Class StructuredEdgeDetection
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.StructuredEdgeDetection
-
public class StructuredEdgeDetection extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StructuredEdgeDetection(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static StructuredEdgeDetection __fromPtr__(long addr)
-
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)
-
-