photo

amy elmossly


German University in Cairo

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to implement the laplacian of gaussian edge detector using the Prewitt operator.
Implement the Laplacian of Gaussian (LoG) edge detector explained in class which uses the Prewitt operator to determine if there...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to implement a function to apply the 3x3 average filter to a gray-scale image.
Here is my code function AverageFilter(image) I = imread(image); [x,y] = size(I); for i = 2:x-1 fo...

oltre 11 anni fa | 3 risposte | 0

3

risposte