Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to opengl es for android #1

Open
kyhoolee opened this issue Jul 18, 2022 · 1 comment
Open

Convert to opengl es for android #1

kyhoolee opened this issue Jul 18, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@kyhoolee
Copy link

Hi, do you have any idea to translate your logic into opengl es ( for porting your work into android)

I understand that your logic contains of 4 main parts

  1. Extract landmarks from src image
  2. Warp src face into src texture using opencv affine transform
  3. Extract landmark from dst image and using opengl to convert src texture into dst texture
  4. Blend dst texture to dst image on face region Using opencv clone

The main step of using opengl is step 3 and it used opengl not opengl es
The similar issue was here
https://stackoverflow.com/questions/22288215/porting-opengl-glbegin-to-opengl-es

Do you have any idea to do this task. I am the beginer of opengl, and I am trying to understand simple filter with opengl es on 2d image. But here are the logic with 3d texture

@ibonn
Copy link
Owner

ibonn commented Jul 19, 2022

Hi @kyhoolee,
I'm sorry but i cannot help you, my OpenGL ES knowledge is limited if not non-existent. I will leave the issue open anyway in case someone with the know-how stumbles upon this repository.

@ibonn ibonn added the help wanted Extra attention is needed label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants