Compare ROI

asked 2018-09-02 14:14:03 -0600

Hello, I need suggestions. I would like to compare the region in blue, people who have red cheeks and people who do not. I do not have a large database to use deep learning.image description

edit retag flag offensive close merge delete

Comments

1

what exactly is your question here ?

you probably need to sample mean/stddev from those regions (maybe in hsv color space), and find a threshold for red / not so red.

and this WILL need data (the more, the better), what did you expect ?

berak gravatar imageberak ( 2018-09-03 01:32:08 -0600 )edit

Seems like a classification pipeline, that can be solved by applying transfer learning on an existing classification CNN, or at least the classification part of a detection network.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-09-03 07:21:21 -0600 )edit