Community Profile

photo

Ben Ma


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Rescale 8-bit grayscale image
intensity values in the range [0..63] in f become 0, in the range [63+1..126] are rescaled into the range [0..120], How to...

2 years 前 | 1 个回答 | 0

1

个回答

提问


A ’BGR’ image.
a 3x3 Gaussian filter with BGR image Thanks.

2 years 前 | 2 个回答 | 0

2

个回答

提问


Consider a 3 × 3 spatial mask that averages the intensity of all neighbours of a pixel (x, y) in this 3 × 3 neighbourhood, but excluding the point itself.
How to make a function that applies this filter to an image and displays the original image and the filtered image? Thanks.

2 years 前 | 1 个回答 | 0

1

个回答

提问


Find a range in a matrix and rescale it
In a image, those in the range [120 230] are scaled into range [0 120]. How to do it? Thanks. if (a>120/255) & (a<230/255) ...

2 years 前 | 1 个回答 | 0

1

个回答