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, save
public 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 Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0