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