Combination of Edge Detection Methods : An Example

 In this post, i would like to post few examples of images treated under different combinations of Edge Detection methods like Sobel, Prewitt, Roberts, Frei-Chen etc

Normal Image 










 HORIZONTAL                    VERTICAL                             Image



  • None                            Sobel                                 








  • None                            Roberts                                   









  • None                            Prewitt









  • None                            Frei-Chen









  • Frei-Chen                            None








  • Frei-Chen                            Frei-Chen







\
  • Frei-Chen                            Prewitt









  • Frei-Chen                            Roberts








  • Frei-Chen                            Sobel 












  • Prewitt                            Sobel








  • Prewitt                            Prewitt








  • Prewitt                            Roberts








  • Prewitt                            None








  • Prewitt                            Frei-Chen








  • Roberts                            Sobel








  • Roberts                            Roberts








  • Roberts                            Frei-Chen








  • Roberts                            None








  • Roberts                            Prewitt






  • Sobel                            Sobel







  • Sobel                            Prewitt








  • Sobel                            Roberts








  • Sobel                            None








  • Sobel                            Frei-Chen

Comments

Popular posts from this blog

Mini Project for Image Processing Beginners

Program to convert image byte array to PDF

Program to convert base64 to Image and vice versa