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.
Asked
Active
Viewed 115 times
1 Answers
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

Peter Lee
- 381
- 3
- 9
-
Can you please split your thing how to do this thing using dlib – vimal tarsariya Sep 06 '19 at 09:24