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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答