Ask Your Question

galharth's profile - activity

2020-10-28 01:28:24 -0600 received badge  Nice Question (source)
2019-04-21 10:04:35 -0600 received badge  Famous Question (source)
2018-02-24 14:42:18 -0600 received badge  Notable Question (source)
2017-06-07 13:13:45 -0600 received badge  Popular Question (source)
2015-10-09 06:31:22 -0600 commented question Detect red pimples on face using openCV

Hi, did you have any progress :) ?

2015-10-05 07:01:42 -0600 commented question Detect red pimples on face using openCV

The aimed usage of the program is actually an iPhone app, the user will upload image of his face and the program will estimate the severity of his acne.

2015-10-04 13:22:55 -0600 commented answer Detect red pimples on face using openCV

I updated the question. Thanks again for helping :)

2015-10-04 13:22:05 -0600 received badge  Editor (source)
2015-10-04 10:55:44 -0600 commented answer Detect red pimples on face using openCV

Thank you very much! can you please describe more how can I customize this algorithm?

2015-10-04 10:54:34 -0600 received badge  Scholar (source)
2015-10-04 06:46:30 -0600 received badge  Supporter (source)
2015-10-03 11:37:08 -0600 received badge  Student (source)
2015-10-03 09:04:48 -0600 asked a question Detect red pimples on face using openCV

How can I detect and count how many red pimples there is on people faces using openCV(C++). For example this face has approximately 23 pimples:

image description

update

The algorithm should only detect red/pink pimples, for example the white spots in this picture are not pimples: image description

Also how can I implement face detection to prevent selecting the area of the pimples?