Community Profile

photo

Mohamed arsh Khatib


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


Implement a nonlinear filter — a median filter.
Implement a nonlinear filter — a median filter. While the Gaussian filter works by computing locally-weighted values of the sig...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Convert them to grayscale. Write a function, convolve, which takes a filter, F, and an image, I, as input and calculates the 2D convolutions of I with F via the use of ‘for’
Load the Old house.jpg image. Convert them to grayscale. Write a function, convolve, which takes a filter, F, and an image, I, a...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Create a binary edge image of Malards.jpg using only the red channel of the image. Obtain the binary image with all edges that are stronger than 50 using Roberts edge detecti
tried to create a binary edge image using only red channel of the image but when i was running the code i was receiving the erro...

1 year 前 | 1 个回答 | 0

1

个回答