S
S
shapen2016-11-29 19:20:15
JavaScript
shapen, 2016-11-29 19:20:15

Is it possible to measure angles in an image using js?

The task is as follows: there is a picture with fire, it is necessary to measure the angle of the flame, maybe there are ready-made tools for this or ideas how to implement this?8f74dc68b2254e4ab0780299349b7528.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Wolf, 2016-11-29
@shapen

I think it's possible in theory.
It will look something like this:
1. You upload an image to the page, in canvas
2. Through JS, you get a 2-dimensional array of pixels (conditionally)
3. Analyze it, according to a pre-prepared algorithm
4. Get the result
The only question is the probability of the existence of the algorithm ( 3), I think you can estimate it (this probability) yourself ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question