2022-11-25 10:01:21 +00:00
|
|
|
Créez vos propre branches
|
2023-01-12 07:23:23 +00:00
|
|
|
|
|
|
|
# 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
|
2023-01-12 08:51:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Rassibassi/mediapipeDemos
|