photo

Lewis Laurence


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
203.899
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


code does not seem to work but is not giving any errors
I=imread('phonebox2_noisy.bmp'); a=I; [row, col, channel]=size(a); red=a(:,:,1); green=a(:,:,2); blue=a(:,:,3); a1 = red; ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how could i turn this into a 5 by 5 filter
I= imread('peppers.png'); I2=I; [r, c,]=size(I); for i = 2:r-1 for j = 2: c-1 uint8=[I(i-1,j-1),I(i-1,j),I(...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have created an algorithm for a median RGB image filter, however, it doesn't seem to be working.
clc I =imread('phonebox2_noisy.bmp'); I = double(I); [row, col, dim]=size(w); red= I(:,:,1); green= I(:,:,2); blue= I(:,:,...

casi 4 años hace | 1 respuesta | 0

1

respuesta