Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
284.090
of 300.352
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
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
Feeds
Pregunta
How do I read a raw images in MATLAB and then display the values as a matrix?
The jpg I attached was originally a .raw file. Can someone see if they can convert it to raw file and check what the values are ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
When I read a pgm file on matlab and read it for some reason it changes the elements, how can i prevent that from happening? I can't attach the image but can someone help me in making sure the elements dont change when reading a pgm file, thank you
myFolder = ''; % this has the path file for where the pgm files are stored if ~isdir(myFolder) errorMessage = sprintf(...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
When I'm reading an image its giving me values that are above 100 when it should be less, how do I retain the true values of the elements without changing the element values
This is the image I want to read, but when I read it the element closest to the black region should be 51 but instead im getting...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like to extract 0 adjacent to 153 in this matrix. | 0 0 0 0 | | 0 153 0 0 | | 0 0 0 0 |
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like ...
casi 9 años hace | 3 respuestas | 0
