Erum
Sardar Bahadur Khan Women's University Quetta
2014년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
howcan count just red pixels in matlab image proccessing ?
for red rpcount rpcount=0; for i=1:width for j=1:height if image(i,j,1)==255&image(i,j,2)==0&image(i,j,3)==0 ...
howcan count just red pixels in matlab image proccessing ?
for red rpcount rpcount=0; for i=1:width for j=1:height if image(i,j,1)==255&image(i,j,2)==0&image(i,j,3)==0 ...
11년 초과 전 | 0
답변 있음
howcan count just red pixels in matlab image proccessing ?
wpcount: to count white pixels. red is similar wpcount=0; for i=1:width for j=1:height if image(i,j,:)==255 ...
howcan count just red pixels in matlab image proccessing ?
wpcount: to count white pixels. red is similar wpcount=0; for i=1:width for j=1:height if image(i,j,:)==255 ...
11년 초과 전 | 0
질문
How indImage becomes an array of M*N dimensions in the code indImage=size(M,N) or later in loop?
in the code below, i want to know that how indImage becomes an array of dimensions M*N. Consider M=192 and N=395. size(M,N) at l...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
What this equation would calculate? H1*H2'+0.000001, where H1 and H2 are arrays or represent histograms. Explain how it will calculate
What this equation would calculate? H1*H2'+0.000001, where H1 and H2 are arrays (or represent histograms). Please Explain how it...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
What does this code mean set(0,'Units','Pixels');
What does this code mean set(0,'Units','Pixels');
11년 초과 전 | 답변 수: 2 | 1

