New Python Shiny app for my image analysis course deployed!

This will accompany the lecture on edge detection methods.

apps.nicolaromano.net/EdgeDete

Source code is here, feel free to reuse!

github.com/nicolaromano/BIA4/t

@nicolaromano Please don’t repeat the misunderstanding of calling the LoG an edge detector in your course. It is not an edge detector, it is a line (or ridge) detector. First derivatives respond to edges, second derivatives respond to extrema.

See here for more details: stackoverflow.com/a/51414532/7

Follow

@CrisLuengo Thanks for raising that point. I have been thinking about this and I am wondering, though, wouldn't the same reasoning work for say, Sobel? Unless you threshold the gradient magnitude you are not really extracting edges by convoluting with a Sobel kernel.

Similarly, while the LoG is not per se an edge detector, finding its zero-crossings allows you to detect edges (indeed, you can also use LoG as a blob detector by finding its extrema).

So, is it just a question of semantics (LoG as a filter used in edge detection vs LoG as an edge detector), or is there more?

I am curious, as there is definitely a lot of literature saying that LoG is an edge detector.

@nicolaromano The Sobel kernel estimates the first order derivative, it gives high values at edges. Thus, it points out how likely it is for a pixel to be on an edge. It isn’t the type of detector that gives a yes/no output, but the type that gives a likelihood.

The LoG converts the problem of finding edges into the problem of finding zero crossings. This might be an easier problem (it was to Marr and Hildreth). But it doesn’t solve the whole problem on its own.

@nicolaromano And, yes, there is a lot of literature that says that the LoG is an edge detector. It is a widely spread falsehood. And that makes me sad.

@nicolaromano Thank you for engaging. I’m never going to eradicate this misunderstanding, but every person I can convince is one fewer person perpetuating it.😀

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.