How do you straighten a hand X-ray by identifying third finger using OpenCV?

This page summarizes the projects mentioned and recommended in the original post on /r/PythonProjects2

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kivy

    Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

  • This approximates the contour of the hand in very roughly (https://imgur.com/a/TtY1WZ4). Effectively, it gives one point on the contour at the tip of every finger and another point in between. Afterwards, one might consider the angles between all three consecutive points and identify finger tips by very small angles. This should be pretty robust and work for many different kinds of hands. For the angle computations, I can recommend the Vector class from the kivy project (https://github.com/kivy/kivy/blob/master/kivy/vector.py). You can just copy and paste the relevant parts.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts