79673708

Date: 2025-06-20 16:36:47
Score: 1.5
Natty:
Report link

Yes, I think OpenCV is best suited for this task. How about you try using OpenCV to detect the curve, then convert pixel coordinates to actual values. So the key is using cv2.findContours() to detect the curve, then manually calibrating pixel coordinates to actual graph values using np.interp().

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amira