Skip to content

Commit bc96ff6

Browse files
committed
-Test- EdgeDrawing and EDLines algorithms
1 parent 229cd72 commit bc96ff6

File tree

10 files changed

+2774
-0
lines changed

10 files changed

+2774
-0
lines changed

modules/ximgproc/include/opencv2/ximgproc.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ CV_EXPORTS_W void thinning( InputArray src, OutputArray dst, int thinningType =
169169
*/
170170
CV_EXPORTS_W void anisotropicDiffusion(InputArray src, OutputArray dst, float alpha, float K, int niters );
171171

172+
CV_EXPORTS_W double EDTest(InputArray img, OutputArray out, int algo);
172173
//! @}
173174

174175
}

0 commit comments

Comments
 (0)