MCPcopy Create free account
hub / github.com/cvzone/cvzone / findAngle

Method findAngle

cvzone/PoseModule.py:121–155  ·  view source on GitHub ↗

Finds angle between three points. :param p1: Point1 - (x1,y1) :param p2: Point2 - (x2,y2) :param p3: Point3 - (x3,y3) :param img: Image to draw output on. If no image input output img is None :return:

(self,p1, p2, p3, img=None, color=(255, 0, 255), scale=5)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected