由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 靠,问个棘手的问题
相关主题
弱问题,画gamutmatlab函数求教
问个关于牛顿法的问题matlab里如何把一个任意多边形扩大
有什么算法可以确定一个点在不在多边形内?Newton's method最后收敛速度很慢,求解释
how to undo triangulation?带约束条件的 minimization 怎么做?
About convex surface search请教计算图形面积的软件
[转载] lineariation problem....help, please如何求这样一个函数
Ask an optimization problem (important)请教一个题目的数值计算方法
A question about convex analysis问个molecular simulation 的问题?
相关话题的讨论汇总
话题: 感叹号话题: 外层话题: 轮廓话题: 去掉话题: 一堆
进入Computation版参与讨论
1 (共1页)
j*****n
发帖数: 1545
1
一堆点,要想办法找到最外层的那个轮廓的点。
比如:
. . .

. .
. ! !

. ! ! ! ! .
. ! .
. .
怎样把感叹号的点 去掉????
c*****t
发帖数: 1879
2
If you are asking for a convex polygon, there is an O(nlogn) algorithm
called Convex Hull. Google it.

【在 j*****n 的大作中提到】
: 一堆点,要想办法找到最外层的那个轮廓的点。
: 比如:
: . . .
:
: . .
: . ! !
:
: . ! ! ! ! .
: . ! .
: . .

j*****n
发帖数: 1545
3
!!!!!
3x

【在 c*****t 的大作中提到】
: If you are asking for a convex polygon, there is an O(nlogn) algorithm
: called Convex Hull. Google it.

j*****n
发帖数: 1545
4
好像外围的轮廓还是有些被 抹掉了。
anyway,至少没有里边的点了

【在 j*****n 的大作中提到】
: !!!!!
: 3x

c*****t
发帖数: 1879
5
You need to define the problem precisely. What is the criteria for
a boundary point, if your polygon is not a convex?

【在 j*****n 的大作中提到】
: 好像外围的轮廓还是有些被 抹掉了。
: anyway,至少没有里边的点了

1 (共1页)
进入Computation版参与讨论
相关主题
问个molecular simulation 的问题?About convex surface search
问个英文翻译[转载] lineariation problem....help, please
问个简单的数值问题Ask an optimization problem (important)
菜鸟问个有限元的弱问题A question about convex analysis
弱问题,画gamutmatlab函数求教
问个关于牛顿法的问题matlab里如何把一个任意多边形扩大
有什么算法可以确定一个点在不在多边形内?Newton's method最后收敛速度很慢,求解释
how to undo triangulation?带约束条件的 minimization 怎么做?
相关话题的讨论汇总
话题: 感叹号话题: 外层话题: 轮廓话题: 去掉话题: 一堆