How to find shapes on image
问题 This is not related to any language atm, only math algorithm required. I have some image, lets say this one I need to cut tree from this image, sky with clouds and grass should be threated as background. Thanks for any help. 回答1: Probably the algorithm that your looking for is "blob detection". Here's a video example. Blob detection is implemented, for example, in OpenCV. In general, though, as several people have pointed out in the comments, what one means by "object" needs to be defined by