First time here? Check out the FAQ!
answered 2015-02-12 22:32:37 -0600
Try,
Find contours, note that you need to extract only outer contour (use CV_RETR_EXTERNAL as mode).
Now for each contour find bounding rect
Use bound rect to crop each object, here you may use image ROI