
what is mean by Gaussian filtering? how it works? how it is useful in edge detection?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    kavya p
 am 17 Jan. 2015
  
    
    
    
    
    Beantwortet: Image Analyst
      
      
 am 17 Jan. 2015
            How Gaussian filtering works in edge detection
0 Kommentare
Akzeptierte Antwort
  Image Analyst
      
      
 am 17 Jan. 2015
        A Gaussian filter blurs the image, so it can be like a "background" image. If you subtract that from the original image or one that is not blurred as much, it gives edges. This is called a Difference of Gaussian filter, or DOG filter. I've attached a demo script, below the image.

0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

