photo

amy elmossly


German University in Cairo

2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변