Relative Content

Tag Archive for pythonnumpyopencvimage-processing

Extracting a curve and identifying coordinates from an image using OpenCV

Currently I am particularly interested in pacing strategy optimization in different sports. As part of these kind of processes, I have to define certain courses concerning distance and changes in altitude along the course. I thought I could make this process easier by extracting the data I need from downloaded schematic course profiles (.png) using OpenCV, instead of other lot more manual and time consuming solutions.