First time here? Check out the FAQ!
answered 2016-03-21 17:45:22 -0600
Well, if the background is plain enough, say a solid color, you can do a binary operation to set that color to black, and the rest to white (cv::inRange for example). Then call canny and findContours to get the outline.