Statistiques
4 Questions
0 Réponses
RANG
284 093
of 300 379
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 931
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 299
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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(...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 9 ans il y a | 3 réponses | 0
