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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
1
个回答提问
What does this code mean set(0,'Units','Pixels');
What does this code mean set(0,'Units','Pixels');
11 years 前 | 2 个回答 | 1

