登录
首页 » Visual C++ » BezierFitting

BezierFitting

于 2021-04-06 发布 文件大小:16145KB
0 346
下载积分: 1 下载次数: 37

代码说明:

  随机生成一堆杂乱数据,借助RANSAC和贝塞尔样条拟合出曲线形状,使之最大程度拟合数据(Do the three degree Bezier Spline fitting based on RANSAC)

文件列表:

BezierFitting
.............\BezierFitting
.............\.............\BezierFitting.cpp,3639,2014-06-09
.............\.............\BezierFitting.vcxproj,5095,2014-06-09
.............\.............\BezierFitting.vcxproj.filters,1454,2014-06-09
.............\.............\BezierFitting.vcxproj.user,143,2014-06-05
.............\.............\Debug
.............\.............\.....\BezierFitting.exe.embed.manifest,406,2014-06-05
.............\.............\.....\BezierFitting.exe.embed.manifest.res,472,2014-06-05
.............\.............\.....\BezierFitting.exe.intermediate.manifest,381,2014-06-09
.............\.............\.....\BezierFitting.lastbuildstate,57,2014-06-09
.............\.............\.....\BezierFitting.log,3089,2014-06-09
.............\.............\.....\BezierFitting.obj,235642,2014-06-09
.............\.............\.....\BezierFitting.pch,1179648,2014-06-05
.............\.............\.....\BezierFitting.vcxprojResolveAssemblyReference.cache,713,2014-06-05
.............\.............\.....\BezierFitting.write.1.tlog,0,2014-06-05
.............\.............\.....\BezierFitting_manifest.rc,216,2014-06-05
.............\.............\.....\CL.read.1.tlog,21432,2014-06-09
.............\.............\.....\CL.write.1.tlog,832,2014-06-09
.............\.............\.....\link-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.1792-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link.1792-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.1792.read.1.tlog,2,2014-06-09
.............\.............\.....\link.1792.write.1.tlog,2,2014-06-09
.............\.............\.....\link.1996-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link.1996-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.1996.read.1.tlog,2,2014-06-09
.............\.............\.....\link.1996.write.1.tlog,2,2014-06-09
.............\.............\.....\link.4008-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link.4008-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.4008.read.1.tlog,2,2014-06-09
.............\.............\.....\link.4008.write.1.tlog,2,2014-06-09
.............\.............\.....\link.4700-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link.4700-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.4700.read.1.tlog,2,2014-06-09
.............\.............\.....\link.4700.write.1.tlog,2,2014-06-09
.............\.............\.....\link.5668-cvtres.read.1.tlog,2,2014-06-09
.............\.............\.....\link.5668-cvtres.write.1.tlog,2,2014-06-09
.............\.............\.....\link.5668.read.1.tlog,2,2014-06-09
.............\.............\.....\link.5668.write.1.tlog,2,2014-06-09
.............\.............\.....\link.read.1.tlog,3996,2014-06-09
.............\.............\.....\link.write.1.tlog,894,2014-06-09
.............\.............\.....\mt.read.1.tlog,338,2014-06-09
.............\.............\.....\mt.write.1.tlog,338,2014-06-09
.............\.............\.....\rc.read.1.tlog,310,2014-06-05
.............\.............\.....\rc.write.1.tlog,318,2014-06-05
.............\.............\.....\stdafx.obj,12099,2014-06-05
.............\.............\.....\vc100.idb,576512,2014-06-09
.............\.............\.....\vc100.pdb,1011712,2014-06-09
.............\.............\ReadMe.txt,1595,2014-06-05
.............\.............\stdafx.cpp,218,2014-06-05
.............\.............\stdafx.h,233,2014-06-05
.............\.............\targetver.h,236,2014-06-05
.............\BezierFitting.sdf,15699968,2014-06-09
.............\BezierFitting.sln,906,2014-06-05
.............\Debug
.............\.....\BezierFitting.exe,56832,2014-06-09
.............\.....\BezierFitting.ilk,540016,2014-06-09
.............\.....\BezierFitting.pdb,1616896,2014-06-09
.............\ipch
.............\....\bezierfitting-6b7d454d
.............\....\......................\bezierfitting-fe5a7902.ipch,57147392,2014-06-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DDA
    DDA算法画直线,可以实现在网格下逐点画直线。(DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.)
    2020-10-13 19:07:31下载
    积分:1
  • AddCAD
    AE实现加载CAD格式的数据,以及对其进行转换格式,转换为SHP等格式,还有对其进行编辑等操作(AE spatial data editing functions, including generating points, generating lines, as well as delete, move elements such as fried operation)
    2013-10-26 11:23:37下载
    积分:1
  • RayTracing
    采用层次包围盒、八叉树加速的光线跟踪算法(ray tracing using level boundary box and eight branch tree algorithm)
    2020-12-31 21:48:59下载
    积分:1
  • linechart
    画曲线图的c++例子,使用定时器去随机数的方式画图。(Draw the curve c example, use the timer to go the way of the random number drawing.)
    2012-02-18 22:43:43下载
    积分:1
  • Peano-Hilbert
    代码是关于Peano-Hilbert曲线算法,属于图形学范畴(Code is on the Peano-Hilbert curve algorithm, belongs to the category Graphics)
    2015-12-27 11:49:03下载
    积分:1
  • tuxingxue
    DDA.中点。Bresenham画线算法。(failed to translate)
    2013-05-07 16:07:43下载
    积分:1
  • SdkToMfc
    实现从SDK到MFC的封装 增加了绘制线条 矩形 椭圆等功能 而且可以变换颜色(none sdk to mfc)
    2012-12-04 11:57:52下载
    积分:1
  • Graphic-Draw
    说明:  图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。(VC++ graphics rendering, can set the line width, color, style, through this example will learn how to use custom brushes defined line of body color, line width, line, etc., and how to add options for the program menus and options in Settings dialog box How to use the standard color dialog box, how to use the Font dialog box, implemented in the Options dialog box preview. Implementation Options dialog box and window class data exchange. How to change the background color of dialog boxes and controls, how to change the control' s text color on button controls the special treatment. How in the window display a bitmap.)
    2011-04-14 17:48:50下载
    积分:1
  • 200912719584924563
    cad图像纠正cad图像纠正cad图像纠正cad图像纠正(wad sdfdfgdfgfh sgd g gs gsdg sdf sf )
    2014-01-19 15:25:22下载
    积分:1
  • Visio
    说明:  几个常用的visio模具,想用的下载来用吧(Several commonly used Visio molds. Download them if you want to use them)
    2020-04-29 14:29:13下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载