StructuredEdgeDetection
Objective-C
@interface StructuredEdgeDetection : Algorithm
Swift
class StructuredEdgeDetection : Algorithm
Class implementing edge detection algorithm from CITE: Dollar2013 :
Member of Ximgproc
-
The function detects edges in src and draw them to dst.
The algorithm underlies this function is much more robust to texture presence, than common approaches, e.g. Sobel
Declaration
Parameters
_src
source image (RGB, float, in [0;1]) to detect edges
_dst
destination image (grayscale, float, in [0;1]) where edges are drawn
See
Sobel
,Canny
-
The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.
Declaration
Parameters
edge_image
edge image from detectEdges function.
orientation_image
orientation image from computeOrientation function.
_dst
suppressed image (grayscale, float, in [0;1])
r
radius for NMS suppression.
s
radius for boundary suppression.
m
multiplier for conservative suppression.
isParallel
enables/disables parallel computing.
-
The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.
Declaration
Parameters
edge_image
edge image from detectEdges function.
orientation_image
orientation image from computeOrientation function.
_dst
suppressed image (grayscale, float, in [0;1])
r
radius for NMS suppression.
s
radius for boundary suppression.
m
multiplier for conservative suppression.
-
The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.
Declaration
Parameters
edge_image
edge image from detectEdges function.
orientation_image
orientation image from computeOrientation function.
_dst
suppressed image (grayscale, float, in [0;1])
r
radius for NMS suppression.
s
radius for boundary suppression.
-
The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.
Declaration
Parameters
edge_image
edge image from detectEdges function.
orientation_image
orientation image from computeOrientation function.
_dst
suppressed image (grayscale, float, in [0;1])
r
radius for NMS suppression.
-
The function edgenms in edge image and suppress edges where edge is stronger in orthogonal direction.
Declaration
Parameters
edge_image
edge image from detectEdges function.
orientation_image
orientation image from computeOrientation function.
_dst
suppressed image (grayscale, float, in [0;1])