开发者

How to perform edge detection of a bitmap using MFC?

开发者 https://www.devze.com 2023-01-04 18:30 出处:网络
How do I perform edge detection of a bitmap using MFC? I have searched, but I found processes that contained matrices 开发者_StackOverflow中文版which I could not understand.sobel operator .....the sim

How do I perform edge detection of a bitmap using MFC? I have searched, but I found processes that contained matrices 开发者_StackOverflow中文版which I could not understand.


sobel operator .....the simplest differentiator: http://en.wikipedia.org/wiki/Sobel_operator


You don't. Link to an actual cv library, then read up on the canny edge detector

0

精彩评论

暂无评论...
验证码 换一张
取 消