chore: retreive old comments
This commit is contained in:
parent
eb2cf131d5
commit
fdfed4c1ff
19
README.md
19
README.md
|
@ -1 +1,20 @@
|
|||
Créez vos propre branches
|
||||
|
||||
# random stuff
|
||||
|
||||
https://scikit-image.org/docs/stable/auto_examples/transform/plot_geometric.html#sphx-glr-auto-examples-transform-plot-geometric-py
|
||||
https://scikit-image.org/docs/stable/auto_examples/transform/plot_transform_types.html#sphx-glr-auto-examples-transform-plot-transform-types-py
|
||||
https://github.com/google/mediapipe/issues/1379
|
||||
https://en.wikipedia.org/wiki/3D_projection#Perspective_projection
|
||||
|
||||
|
||||
TODO: faire un POC où je place juste un cvGetPerspectiveTransform suivi d'un cvWarpPerspective
|
||||
-> comme sur cet exemple, mais où l'image de gauche et droite sont inversées
|
||||
https://docs.adaptive-vision.com/studio/filters/GeometricImageTransformations/cvGetPerspectiveTransform.html
|
||||
|
||||
instrisics ? -> https://github.dev/google/mediapipe/blob/master/mediapipe/modules/face_geometry/libs/effect_renderer.cc#L573-L599
|
||||
|
||||
TODO: https://github.com/Rassibassi/mediapipeFacegeometryPython/blob/main/head_posture_rt.py
|
||||
-> pnp -> pose estimation -> paramètres extrinsèques
|
||||
-> + param intrasèque (supposé connu, check site mediapipe)
|
||||
-> placer dans l'espace les textures -> et projeter dans le plan image
|
||||
|
|
Loading…
Reference in a new issue