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,
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)
Generated on Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2