photo

Brent McKinney


Georgia State University

Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Computer Science student at Georgia State University,

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
288.147
of 301.496

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.302

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.859

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


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

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

1

respuesta

Pregunta


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?

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta