



免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Douglas-Peucker算法 曲线离散化在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度上保持原有的形状。经典的Douglas-Peucker算法描述如下:(1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦;(2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d;(3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该直线段作为曲线的近似,该段曲线处理完毕。(4)如果距离大于阈值,则用C将曲线分为两段AC和BC,并分别对两段取信进行13的处理。(5)当所有曲线都处理完毕时,依次连接各个分割点形成的折线,即可以作为曲线的近似。Douglas-Peucker算法源代码下载/*sample.cpp*/#include #include #include DouglasPeucker.husing namespace std;void readin(vector &Points,const char * filename)MyPointStruct SinglePoint;FILE *fp = fopen(filename,r);while(fscanf(fp,%lf%lf,&SinglePoint.X,&SinglePoint.Y)!=EOF) Points.push_back(SinglePoint);void DouglasPeuckerAlgorithm(vector &Points,int tolerance,const char*filename)DouglasPeucker Instance(Points,tolerance);Instance.WriteData(filename);void DumpOut1()printf(done!n);void DumpOut2()printf(need 3 command line parameter:n0executable file name;n1file name of the input data;n2file name of the output data;n3threshold.n);int main(int argc, const char *argv)if(argc=4) vector Points; readin(Points,argv1); int threshold = atoi(argv3); DouglasPeuckerAlgorithm(Points,threshold,argv2); DumpOut1();else DumpOut2();return 0;/*DouglasPeucker.h*/#ifndef DOUGLAGPEUCKER#include #include using namespace std;struct MyPointStruct / 点的结构public: double X;double Y;double Z;MyPointStruct() this-X = 0; this-Y = 0; this-Z = 0;MyPointStruct(double x, double y, double z) / 点的构造函数 this-X = x; this-Y = y; this-Z = z;MyPointStruct();class DouglasPeuckerpublic:vector PointStruct;vector myTag; / 标记特征点的一个bool数组vector PointNum;/离散化得到的点号DouglasPeucker(void);DouglasPeucker(vector &Points,int tolerance);DouglasPeucker();void WriteData(const char *filename);private:void DouglasPeuckerReduction(int firstPoint, int lastPoint, double tolerance);double PerpendicularDistance(MyPointStruct &point1, MyPointStruct &point2, MyPointStruct &point3);MyPointStruct myConvert(int index);#define DOUGLAGPEUCKER#endif/*DouglasPeucker.cpp*/#include DouglasPeucker.hdouble DouglasPeucker:PerpendicularDistance(MyPointStruct &point1, MyPointStruct &point2, MyPointStruct &point3)/ 点到直线的距离公式法double A, B, C, maxDist = 0;A = point2.Y - point1.Y;B = point1.X - point2.X;C = point2.X * point1.Y - point1.X * point2.Y;maxDist = fabs(A * point3.X + B * point3.Y + C) / sqrt(A * A + B * B);return maxDist;MyPointStruct DouglasPeucker:myConvert(int index)return PointStructindex;void DouglasPeucker:DouglasPeuckerReduction(int firstPoint, int lastPoint, double tolerance)double maxDistance = 0;int indexFarthest = 0; / 记录最大值时点元素在数组中的下标for (int index = firstPoint; index maxDistance) maxDistance = distance; indexFarthest = index; if (maxDistance tolerance & indexFarthest != 0) myTagindexFarthest = true; / 记录特征点的索引信息 DouglasPeuckerReduction(firstPoint, indexFarthest, tolerance); DouglasPeuckerReduction(indexFarthest, lastPoint, tolerance);DouglasPeucker:DouglasPeucker(vector &Points,int tolerance)PointStruct = Points;int totalPointNum =Points.size();myTag.resize(totalPointNum,0);DouglasPeuckerReduction(0, totalPointNum-1, tolerance);for (int index = 0; indextotalPointNum; index+) if(myTagindex)PointNum.push_back(index);void DouglasPeucker:WriteData(const char *filename)FI
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 毕业答辩-学前教育
- 组件封装工艺流程
- 婚庆策划居间协议模板
- 自助便利店创业计划书
- 老年护理与老年人安全保护
- 实验室翻新附加合同范本
- 端子压接机安全操作规程
- 咖啡连锁店装修协议样本
- 产品销售合同范本
- 2024清河县职业技术教育中心工作人员招聘考试及答案
- 2024年黑龙江省政工师理论知识考试参考题库(含答案)
- 高效能人士的执行原则
- 汗青堂丛书013百年战争简史
- 中小学中华传统文化教育的现状及对策探析
- 三年级数学八绿色生态园-解决问题复习课件 冠军奖
- 2022-2023学年北京市海淀区八年级下学期期中考生物试卷 含详解
- 幼儿园的学习能力培养与提升
- 组建生物质燃料公司方案
- 天才在左疯子在右课件
- 第四章矿井通风动力
- 2021年4月四川省自考06093人力资源开发与管理试题及答案含解析
评论
0/150
提交评论