フィルターのクリア

how to get x and y coordinates of bounding box in an image

4 ビュー (過去 30 日間)
Farjad Danish
Farjad Danish 2018 年 1 月 24 日
コメント済み: Sundus 2023 年 5 月 23 日
i want to get x y coordinates of 3 bounding boxes . I need those coordinates because i want to do obstacle avoidance for my robotic arm
  3 件のコメント
Farjad Danish
Farjad Danish 2018 年 1 月 25 日
thank you sir
Sundus
Sundus 2023 年 5 月 23 日
hello I need help in coordinate finding for path planning .

サインインしてコメントする。

回答 (1 件)

Navya Prakash
Navya Prakash 2019 年 7 月 3 日
What form are your bounding boxes in? If you used regionprops, they'd be in the form [xLeftColumn, yTopLine, width, height]. From that you can get xRightColumn and yBottomLine just by adding the width or height.
Could you please explain me how to add them to get other two coordinates.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by