Hello everyone, I am quite new to the field of image processing and I just found this framework, which is really helpful for my work.
I am now having a problem to determine the edges of some images. However, those images may not have edges at all.
I once tried to look through the edge detectors, but it seems that they are all based on the assumption that the image must have edge.
Does AForge provide any function (or combination of functions) which can help to check whether images have edge or not, before applying the edge detector?
Thank you very much.