简体   繁体   中英

Extract object from black background OpenCV C++

First you have to know that I work with OpenCV in C++ in Visual Studio.

I have a picture like : Original image

I want to create a new picture of the hand but with a lot less of black bacground. So the final image should look like this : Final Image

I know there are some OpenCv functions that could help me but I have really trouble to implement the algorithm because OpenCv can't be used in Debug Mode so it hard to check what I am doing.

Have anyone any idea how to proceed ?

Thanks you very much.

Find contour, find bounding rectangle, crop.

Here is example of finding bounding box: example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM