Sen descrición

Alexander Freytag 4677fd6394 more flexibility, better README %!s(int64=10) %!d(string=hai) anos
.gitignore a12f642f9c initial commit, selection tool is running %!s(int64=10) %!d(string=hai) anos
README.md 4677fd6394 more flexibility, better README %!s(int64=10) %!d(string=hai) anos
clickBoundingBoxes2D.m a12f642f9c initial commit, selection tool is running %!s(int64=10) %!d(string=hai) anos
clickPoints2D.m a12f642f9c initial commit, selection tool is running %!s(int64=10) %!d(string=hai) anos
drawBoxesToImg.m d106f11281 changes in code to fix bug %!s(int64=10) %!d(string=hai) anos
selectButterflies.m 4677fd6394 more flexibility, better README %!s(int64=10) %!d(string=hai) anos

README.md

Summary

Brief summary goes here...

Requirements / Dependencies

  • the source code was developed in Matlab 8.0

Do annotations

% 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 );