W
W
Wissen Wissen2016-07-07 16:09:49
Python
Wissen Wissen, 2016-07-07 16:09:49

I don’t know where to start / where to read the creation of the program, measuring the length in the photo ??

You need to create a program that will:
1) Load an image
2) mark two points at the user's request
3) measure the distance between points on this straight line in a tricky way: the pointer will move at a given speed, and pressing a button (any) will display the distance between the previous and new point in pixels.
I do not know where to start, what to read, I will be grateful for the tip.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2016-07-07
@leahch

There are several options. Use Qt-python.
Use sciphy - www.scipy-lectures.org/advanced/image_processing Use
PIL/Pillow - https://habrahabr.ru/post/247219/ and pillow.readthedocs.io/en/3.3.x
points, draw a marker and move it over the image. Well, the length of the line can always be calculated using the Pythagorean theorem - a**2 + b**2 = c**2

A
Alexander Skusnov, 2016-07-08
@AlexSku

Windows API and any add-on: request mouse coordinates, distance (see Aleksey Cheremisin) using the Pythagorean theorem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question