Hello! Is it possible to use this library to detect the distance between two points in an image? #184
crapthings
started this conversation in
General
Replies: 1 comment
-
Hi, @crapthings! Sorry for the long response. GammaCV primarily gives you tools to manipulate image/numerical data using GPU power. You can build feature detection/tracking using the tools provided and then use some math to track the distance. It's not a trivial task though, since different cameras had different FOVs, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Is it possible to use this library to detect the distance between two points in an image?
It's like a wooden plate where we put two points, which may be blue or red or green, that are distinct from the plate itself.
Beta Was this translation helpful? Give feedback.
All reactions