0

I tried to search for this concepts. I wanna make such like change Lip color or change eye retina color using OpenCV on realtime camera open-gles view. what are the should i follow ? and how i use in my app via native library? please suggest ...sorry for bad English.

1 Answers1

0

There are 2 steps:

  • Detect the lip and eye areas

  • Change the color

The first step is solved by using Dlib. This is currently available for c++ and python but you can use in java by this suggestion dlib in java

Note: dlib just gives you the area of eyes, in order to detect eye retina, you need to proceed further. For instance we could detect the darker area which is supposed to be retina.

landmark output

landmark output

Peter Lee
  • 381
  • 3
  • 9