problem regarding edge detection

3 views (last 30 days)
matlab_image
matlab_image on 15 Sep 2012
hi what are different parameters that effect edge detection on different edge detectors.
  1 Comment
Jürgen
Jürgen on 15 Sep 2012
For Canny, Sobel , Prewitt these are explained in the help no? Of course other techniques like watershed or even erosion of dilation based technique can be used, your question is rather general, the best technique depends on the input image and the desired results

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 15 Sep 2012
We can't explain every edge detector out there - there are hundreds. Do you have a question about a particular one? A good way is to just experiment with an image, and vary the parameters and see what happens. Pick the parameter set that gives you the "best" output image.
  3 Comments
Image Analyst
Image Analyst on 25 Sep 2012
I've never heard of a Sobel filter that's not 3x3. Of course you could make your own custom 5x5 filter that had similar weights, but why? You said you're able to find edges with the 3x3 so why do you want to try 5x5? Did the 3x3 really NOT find the edges you were interested in?
Ryan
Ryan on 25 Sep 2012
If you need a 5 x 5 sobel mask, try Google. Here is the first link I found searching "Sobel 5 x 5": http://www.cim.mcgill.ca/~image529/TA529/Image529_99/assignments/edge_detection/references/sobel.htm

Sign in to comment.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!