Distance to the detected boxes
2 views (last 30 days)
Show older comments
How can i detect distance(z axis) to any x,y oordinates using stereo vision, after i had created a bounding box around the center of that x,y coordinates.
0 Comments
Answers (1)
KSSV
on 30 Jan 2019
YOu can use simple Euclidian distance formula.....
Also have a look on pdist and pdist2.
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!