|
преди 10 години | |
---|---|---|
.gitignore | преди 10 години | |
README.md | преди 10 години | |
clickBoundingBoxes2D.m | преди 10 години | |
clickPoints2D.m | преди 10 години | |
drawBoxesToImg.m | преди 10 години | |
selectButterflies.m | преди 10 години |
Brief summary goes here...
% specify input image
s_img = '/home/user/myimg.jpg';
% specify location where cropped images shall be stored in
s_dest = './butterfly';
% specify cache file
s_cache = './cache-butterflies.mat';
% run the code
selectButterflies('s_img', s_img, 's_dest',s_dest, 's_cache', s_cache );