D
D
Danil2020-08-03 06:06:20
Windows
Danil, 2020-08-03 06:06:20

What program to use to measure distances between markers on an image?

Hello!
Now I am working with salmon scales (study of the sclerite structure of the scales and population monitoring). To calculate one characteristic, I need to measure the distances (from the center) to each formation on the scale plate (a kind of ring). Is there any convenient program (I know that there is, but I'm wondering which one is better) so that you can put markers (straight line) on the objects you are interested in on the image and get distance data for their quick transfer to the table?5f277d4b77ae1876634355.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-08-03
@firedragon

Try it, though I wrote for the measurement on the map. By the way, you can finish it if you wish
https://github.com/vkorotenko/mouse
https://github.com/vkorotenko/mouse/releases/downl...

S
Stalker_RED, 2020-08-03
@Stalker_RED

If you need several pieces - measure in any graphic editor. If you really need a lot, it would be logical to automatically place these marks, count them, and display them in some kind of plate. Software for this exists, of course, but it is better to ask around experts from related fields. Ivan Gumenyuk counted ground coffee, for example .
The arrangement of the points itself is nothing complicated, there are a couple of lines of code in total
Distance on the plane is also not difficult distance = √ ((x1 - x2) 2 + (y1 - y2) 2 )
Here I sketched an example:

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question