Ask Your Question
0

Lable/Area detection

asked Jan 27 '17

Does anyone have a good approach to detect certain areas in an image and to receive the coordinates of that area?

I could think of training a neural network, probably a conv net, to detect the area but I'm quite new to opencv and i don't know how to retrieve the area afterwards.

What I actually want to do is to detect the area, retrieve the coordinates and to crop that area. Think of the facebook features of face detection. I want to do something similar but actually not with faces.

I've some knowledge of neural nets, but I can only think of general image classification as a whole but not with segments of the image.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Jan 27 '17

I could think of training a neural network, probably a conv net, to detect the area but I'm quite new to opencv and i don't know how to retrieve the area afterwards.

First of all, OpenCV does not support convnet training, just loading existing models and processing them.

That being said, if your not more specific to your application, then we cannot pass you a solution. Simply because there are tons of segmentation approaches out there.

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Jan 27 '17

Seen: 257 times

Last updated: Jan 27 '17