简单多边形的屋脊线计算算法

上传者: skyfrog0 | 上传时间: 2019-12-21 21:08:00 | 文件大小: 76KB | 文件类型: rar
简单多边形的屋脊线计算算法.严格按照各角平分线求交计算,非常精确。凸多边形基本没问题,凹多边形还需进一步改进算法。

文件下载

资源详情

[{"title":"( 44 个子文件 76KB ) 简单多边形的屋脊线计算算法","children":[{"title":"中轴线 RidegLine 2.0","children":[{"title":"RidegLine.cpp <span style='color:#111;'> 4.16KB </span>","children":null,"spread":false},{"title":"RES","children":[{"title":"RidegLine.rc2 <span style='color:#111;'> 401B </span>","children":null,"spread":false},{"title":"RidegLineDoc.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"RidegLine.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"Toolbar.bmp <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"StdAfx.cpp <span style='color:#111;'> 211B </span>","children":null,"spread":false},{"title":"TLine.cpp <span style='color:#111;'> 4.61KB </span>","children":null,"spread":false},{"title":"SimplePolygon.cpp <span style='color:#111;'> 3.72KB </span>","children":null,"spread":false},{"title":"TVector.cpp <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"RidegLine.ncb <span style='color:#111;'> 97.00KB </span>","children":null,"spread":false},{"title":"RidegLineView.cpp <span style='color:#111;'> 6.39KB </span>","children":null,"spread":false},{"title":"RidegLine.suo <span style='color:#111;'> 27.50KB </span>","children":null,"spread":false},{"title":"TVector.h <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"TPoint.h <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"TPolygon.h <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"RidegLine.rc <span style='color:#111;'> 11.87KB </span>","children":null,"spread":false},{"title":"RidegLine.h <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"MainFrm.h <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"TPoint.cpp <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"MyList.h <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"RidegLine.vcproj <span style='color:#111;'> 11.29KB </span>","children":null,"spread":false},{"title":"SimplePolygon.h <span style='color:#111;'> 994B </span>","children":null,"spread":false},{"title":"RidegLineView.h <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"RidegLine.vcproj.2216E8DC1BFE49C.Administrator.user <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"RidegLineDoc.h <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 4.28KB </span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"RidegLine.plg <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"TRidegLine.cpp <span style='color:#111;'> 9.22KB </span>","children":null,"spread":false},{"title":"MainFrm.cpp <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"RidegLine.dsp <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"Resource.h <span style='color:#111;'> 807B </span>","children":null,"spread":false},{"title":"RidegLineDoc.cpp <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"TLine.h <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"RidegLine.sln <span style='color:#111;'> 882B </span>","children":null,"spread":false},{"title":"RidegLine.dsw <span style='color:#111;'> 526B </span>","children":null,"spread":false},{"title":"RidegLine.clw <span style='color:#111;'> 2.54KB </span>","children":null,"spread":false},{"title":"RidegLine.aps <span style='color:#111;'> 44.41KB </span>","children":null,"spread":false},{"title":"RidegLine.opt <span style='color:#111;'> 57.50KB </span>","children":null,"spread":false},{"title":"TRidegLine.h <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"TPlane.cpp <span style='color:#111;'> 4.06KB </span>","children":null,"spread":false},{"title":"TPlane.h <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"TPolygon.cpp <span style='color:#111;'> 4.01KB </span>","children":null,"spread":false},{"title":"MyList.cpp <span style='color:#111;'> 3.83KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • 红色深海 :
    虽然通用性较差,但是提供了一种思路。c++源码。
    2014-09-23
  • wdzhangsl :
    如果能处理凹多边形就非常牛掰了,不知道有时间改进一下吗?
    2014-03-02
  • xiongpengbo :
    还行,有点用处。感谢分享
    2013-09-05
  • qiyongyang :
    对于简单的多边形,处理的还可以,凹多边形有错误,有一定的帮助,可以在此基础上改进
    2013-07-12
  • THLIST :
    这个做法貌似是要求倾斜角度都是一样的呢
    2013-03-04

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明