Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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

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?

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?