|
|
%!s(int64=11) %!d(string=hai) anos | |
|---|---|---|
| .gitignore | %!s(int64=11) %!d(string=hai) anos | |
| README.md | %!s(int64=11) %!d(string=hai) anos | |
| clickBoundingBoxes2D.m | %!s(int64=11) %!d(string=hai) anos | |
| clickPoints2D.m | %!s(int64=11) %!d(string=hai) anos | |
| drawBoxesToImg.m | %!s(int64=11) %!d(string=hai) anos | |
| selectButterflies.m | %!s(int64=11) %!d(string=hai) anos |
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 );