assert classify_triangle(5*10**9, 5*10**9, 5*10**9) == "Equilateral Triangle" assert classify_triangle(5, 5, 8) == "Isosceles Triangle" assert classify_triangle(sqrt ...
Detect ArUco markers in the image and return their centers and IDs.