Ben Ma
Followers: 0 Following: 0
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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.
3 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) ...
3 years 前 | 1 个回答 | 0