what is the inverse function of bbox2points?
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
The bbox2points converts the input rectangle, specified as [x y width height] into a list of four [x y] corner points. I want to convert a list of 4 points to a rectangle. How can I do so? Is there a function?
0 件のコメント
回答 (1 件)
  Image Analyst
      
      
 2016 年 1 月 5 日
        No built in function. bbox2points () is not a built-in function either. You could, of course, write a function to do that in about 5 lines of code (minimum).
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

