Community Profile

photo

Ben Ma


Last seen: casi 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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.

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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) ...

más de 2 años hace | 1 respuesta | 0

1

respuesta