Ask Your Question

lapayo's profile - activity

2016-05-26 09:02:54 -0600 received badge  Student (source)
2016-05-25 07:01:45 -0600 received badge  Editor (source)
2016-05-21 09:51:09 -0600 received badge  Supporter (source)
2016-05-18 07:59:54 -0600 asked a question Seperate touching Objects

What is the best way to quickly seperate two close objects?

For example those two rectangles are so close, their shadows overlap and get very dark. Using my initial approach to binarize the image and then do an CCA does not work, because the binarized image is completely connected.

I think using convex defects may also not work properly, because the difference here is not very big.

What might be a better solution to this problem?