Brent McKinney
Georgia State University
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
139 828
of 301 612
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 21 357
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 767
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 to change a jpg image to completely gray?
How could i change an image to completely gray? The following code turns the image black, no matter what value i set to myImage(...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I change all the pixels in an image to gray?
I know it may seem trivial, but how could i change all the pixels in an image to a single color, preferably gray?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there any reason why this loop is not reading the images in order? I noticed that once it starts running, it reads the images in a random order. It prints the image being read on each itereation, and i dont know why it does not start at image 1.
myDir = 'projectImages'; % Gets list of all files with the corresponding file extension f = fullfile(myDir, '*.jpg'); theFile...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to populate csv rows, rather than columns? This program creates a csv file with each vectorized image in a column, but i want to know if it's possible to store each vectorized image as a row instead.
myDir = 'imgs2'; f = fullfile(myDir, '*.jpg'); % Change to whatever pattern you need. theFiles = dir(f); vector_imag = zero...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I populate a csv file in a loop without overwriting it? I want to place each vector in a single row on each iteration. But my solution overwrites and creates a new csv each iteration.
% Specify the folder where the files live. myDir = 'imgs'; % Get a list of all files in the folder with the desired file name ...
plus de 7 ans il y a | 1 réponse | 0

