8 lines
116 B
Matlab
8 lines
116 B
Matlab
|
|
|
|
img = double(imread('dataset/Images/10_10_s.bmp'))./255;
|
|
imshow(img);
|
|
|
|
|
|
glo = extractGlobalColHist(img)
|
|
size(img); |