How to find an arbitrarily oriented minimum bounding box in c++

后端 未结 5 724
不知归路
不知归路 2021-02-06 23:58

So let\'s say I have a list of N pairs of positive long coordinates (points).
How do I find the smallest rectangle containing all of them?
The rectangle can also have fl

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 00:45

    Maybe this paper can help: Smallest k point enclosing rectangle of arbitrary orientation

提交回复
热议问题