pntt3011 / mediapipe_face_iris_cpp

Real-time Face and Iris Landmarks Detection using C++
GNU General Public License v3.0
80 stars 15 forks source link

why the input image is flipped around y axis? #14

Open pango99 opened 2 years ago

pango99 commented 2 years ago

Hi, why you flip the input image from cam aroud y axis?

pntt3011 commented 2 years ago

Hi @pango99, i flip the image horizontally to make it mirror the real world. You can comment out that line if you want.