photo

amy elmossly


German University in Cairo

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten