photo

Brent McKinney


Georgia State University

2018년부터 활동

Followers: 0   Following: 0

메시지

Computer Science student at Georgia State University,

통계

MATLAB Answers

5 질문
0 답변

순위
288,206
of 301,555

평판
0

참여
5 질문
0 답변

답변 채택
80.0%

획득한 표
0

순위
 of 21,323

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,367

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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?

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변