设置首页收藏本站
开启左侧

选取最小外接矩形的原理

[复制链接]
icework 发表于 2017-1-10 18:00:49 | 显示全部楼层 |阅读模式
如题,哪位大神能解释一下求取某一连通域最小外接矩形的原理?比如smallest_rectangle1是如何实现的?
奖励计划已经开启,本站鼓励作者发布最擅长的技术内容和资源,流量变现就在现在,[点我]加入吧~~~Go
Criss 发表于 2017-1-10 22:07:11 | 显示全部楼层
The operator smallest_rectangle1 calculates the surrounding rectangle of all input regions (parallel to the coordinate axes). The surrounding rectangle is described by the coordinates of the corner pixels (Row1,Column1,Row2,Column2)
If more than one region is passed in Regions, the results are stored in tuples, the index of a value in the tuple corresponding to the index of a region in the input. In case of empty region all parameters have the value 0 if no other behavior was set (see set_system).
奖励计划已经开启,本站鼓励作者发布最擅长的技术内容和资源,流量变现就在现在,[点我]加入吧~~~Go
vicky 发表于 2017-1-11 08:38:33 | 显示全部楼层
官方权威答案,独一无二的!:)
奖励计划已经开启,本站鼓励作者发布最擅长的技术内容和资源,流量变现就在现在,[点我]加入吧~~~Go
 楼主| icework 发表于 2017-1-11 10:09:47 | 显示全部楼层
Help里的内容只是说了结果,没有原理呀
比如凸包集是如何高效提取的,凸包集提取之后又是怎样高效得到最小矩形的?
奖励计划已经开启,本站鼓励作者发布最擅长的技术内容和资源,流量变现就在现在,[点我]加入吧~~~Go
Criss 发表于 2017-1-11 10:32:37 | 显示全部楼层
icework 发表于 2017-1-11 10:09
Help里的内容只是说了结果,没有原理呀
比如凸包集是如何高效提取的,凸包集提取之后又是怎样高效得到最小矩形的?

这个是他内部封装好了的,估计不会告诉你核心的东西吧。
奖励计划已经开启,本站鼓励作者发布最擅长的技术内容和资源,流量变现就在现在,[点我]加入吧~~~Go
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表