Choose a bounding box with mouse
rec2 = imchoose()
Seletected Bounding Box
This function allows user to select a bounding box interactively using mouse.
S = imread(fullpath(getIPCVpath() + "/images/puffin.png")); imshow(S); rec2 = imchoose(); title(string(rec2));