I have several thousand images of fluid pathlines -- below is a simple example --
and I would like to automatically detect them: Length and position. For the position a defined point would be sufficient (e.g. left end). I don't need the full shape information.
This is a pretty common task but I did not find a reliable method.
How could I do this?
My choice would be Python but it's no necessity as long as I can export the results.
EDIT
This is a rough draft of what I'm searching for:
I need the length of the lines and e.g. the coordinates of the red dot.