I want to detect trees in image

asked 2018-08-04 19:39:49 -0600

m7ammad7assan gravatar image

Hi

I have millions of low resulution images 358*288 I want to detect the trees on that images, which is most suitable way to do that?

is HSV enogh to do that ? is it possible to neglect grass? should I use Haar ? how many dataset images i need ? how to lable images in data set ? how much this is accurate?

the images are like this : image description

edit retag flag offensive close merge delete

Comments

My suggestion would be to classifiy a per pixel based classification network using deep learning. That will probably get you the best result.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-08-06 09:00:41 -0600 )edit