photo

amy elmossly


German University in Cairo

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 3 answers | 0

3

answers