Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
181 views
in Technique[技术] by (71.8m points)

image processing - How to find the edges of different scales?

The question is:

Briefly suggest how blurring and edge detection be combined to select edges of a particular scale (for example, only the edges of large objects)

This is from a mock question paper prepared by our professor.

I understand Sobel Filter has the effect of both blurring (Gaussian) and detecting edges in an image. However, what confuses me is how does that combination(of any filter(s)) help in detecting edges of a particular scale.

Is this related to Difference of Gaussian (DoG)? If yes, would it help with finding large object edges (or equivalently small object edges?

This is one of the results of DoG with gaussians with sigma 1.0 and 2.5

enter image description here

Seems like it has detected all types of edges.

Original Image:

enter image description here

Another hypothesis is a method used in SIFT to find features at different scale. By scaling the blurred image at multiple levels and finding differences between different blurred images. Would this help in finding large object edges (or equivalently small object images?

Please let me know if any additional details are required.

question from:https://stackoverflow.com/questions/65889975/how-to-find-the-edges-of-different-scales

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...