登录
首页 » C# » Bsp

Bsp

于 2016-10-17 发布 文件大小:51KB
0 160
下载积分: 1 下载次数: 6

代码说明:

  二次b样条和三次b样条曲线画法,完全按照定义来做的,支持多个点的绘制。比贝塞尔曲线好画,贝塞尔曲线有三个点和四个点的画法,点再多就需要拟合了(B-spline quadratic and cubic b-spline curve drawing, done in full accordance with the definition of support to draw more points. Good Bibeisaier curve drawing, Bezier curve with three points and four points of the painting, we need to fit the more points)

文件列表:

B样条
.....\B样条
.....\.....\App.config,189,2016-10-14
.....\.....\B.cs,3130,2016-10-14
.....\.....\bin
.....\.....\...\Debug
.....\.....\...\.....\B样条.exe,9728,2016-10-14
.....\.....\...\.....\B样条.exe.config,189,2016-10-14
.....\.....\...\.....\B样条.pdb,28160,2016-10-14
.....\.....\...\.....\B样条.vshost.exe,23168,2016-10-17
.....\.....\...\.....\B样条.vshost.exe.config,189,2016-10-14
.....\.....\...\.....\B样条.vshost.exe.manifest,490,2012-06-06
.....\.....\...\Release
.....\.....\B样条.csproj,3909,2016-10-14
.....\.....\FrmMain.cs,1692,2016-10-14
.....\.....\FrmMain.Designer.cs,1563,2016-10-14
.....\.....\FrmMain.resx,5817,2016-10-14
.....\.....\obj
.....\.....\...\Debug
.....\.....\...\.....\B样条.csproj.FileListAbsolute.txt,917,2016-10-17
.....\.....\...\.....\B样条.csproj.GenerateResource.Cache,979,2016-10-14
.....\.....\...\.....\B样条.csprojResolveAssemblyReference.cache,2233,2016-10-14
.....\.....\...\.....\B样条.exe,9728,2016-10-14
.....\.....\...\.....\B样条.FrmMain.resources,180,2016-10-14
.....\.....\...\.....\B样条.pdb,28160,2016-10-14
.....\.....\...\.....\B样条.Properties.Resources.resources,180,2016-10-14
.....\.....\...\.....\DesignTimeResolveAssemblyReferences.cache,869,2016-10-14
.....\.....\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7109,2016-10-14
.....\.....\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2016-10-14
.....\.....\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2016-10-14
.....\.....\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2016-10-14
.....\.....\...\.....\TempPE
.....\.....\Program.cs,521,2016-10-14
.....\.....\Properties
.....\.....\..........\AssemblyInfo.cs,1356,2016-10-14
.....\.....\..........\Resources.Designer.cs,2866,2016-10-14
.....\.....\..........\Resources.resx,5612,2016-10-14
.....\.....\..........\Settings.Designer.cs,1094,2016-10-14
.....\.....\..........\Settings.settings,249,2016-10-14
.....\B样条.sln,990,2016-10-14

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

发表评论

0 个回复

  • code
    给定一个图像,其中包含足够的信息来计算地平面消失线和垂直消失点,以及一个已知高度的物体。然后,只要他们的头部和脚都可见,就可以在场景中的任何地方测量站在地平面上的人的高度。(Given an image which contains sufficient information to compute the ground plane vanishing line and the vertical vanishing point, and also one object of known height for which the top and base are imaged. Then the height of a person standing on the ground plane can be measured anywhere in the scene provided that their head and feet are both visible.)
    2021-02-05 22:29:57下载
    积分:1
  • CAM_simulator_src
    一个老外写的车削数控仿真程序,有g代码编辑的(a foreigner was turning the NC simulation program, code editors g)
    2021-04-22 23:08:48下载
    积分:1
  • MutilReDraw
    说明:  访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
    2019-01-10 14:46:42下载
    积分:1
  • MatlabFns
    在matlab下进行图像处理的函数库,包含边缘线段拟合,透视变换,立体图像复原等toolbox中所没有的功能,详见index.html(in Matlab under image processing functions, including marginalized segment fitting, perspective transformation, three-dimensional images rehabilitation toolbox are not functional, as described index.html)
    2005-04-26 19:16:00下载
    积分:1
  • 边沿检测与提取轮廓跟踪的象算法
    边沿检测与提取轮廓跟踪,来自于源码中国 www.Cn700.com(edge detection and extraction of contour tracking, source from China www.Cn700.com)
    2005-05-30 08:07:38下载
    积分:1
  • code
    主要是实现图像的融合,是在梯度域里面进行一个图像的融合,(shi xian tu xiang de rong he,in tidu yulimian rong he ercheng ,matlab huan jing,xia ,keyi yunxing qieyou ceshi shuju d e.)
    2021-04-10 14:38:59下载
    积分:1
  • AceConverter_DXF转G代码
    dxf图转G代码工件软件,dxf读取过程清晰(DXF diagram to G code workpiece software, DXF read process is clear)
    2017-07-12 14:18:48下载
    积分:1
  • Gabor
    计算Gabor滤波器函数. Gabor1.m:4个方向的Gabo滤波器模板的图像显示. Gabor2.m:4个方向的Gabor滤波器对lena进行滤波的顶层调用模块. gabor.m:绘制一个Gabor滤波器的空域和频域函数图. compute.m:计算Gabor滤波器函数(要被上面3个模块调用,这3个模块彼此独立)(Gabor filter function calculation. Gabor1.m: 4 directions Gabo filter template image display. Gabor2.m: 4 directions of the Gabor filter for filtering lena call top-level module. Gabor.m: Drawing of a Gabor filter browser s airspace and frequency domain function Fig. compute.m: Calculation of Gabor filter function (to be above three modules call, this three modules independent of each other))
    2021-03-28 23:29:11下载
    积分:1
  • curveevlhjf
    说明:  几何偏微分方程方法应用于曲线演化的一个小程序,这里是一个matlab的源程序,不是十分复杂,显示了一个哑铃形状的曲线演化的过程(geometric partial differential equations method has been applied to the evolution of the curve of a small program here is a source of Matlab, is not very complex, and shows a dumbbell-shaped curve of the evolutionary process)
    2006-03-26 19:25:27下载
    积分:1
  • w2D
    说明:  二维图像的小波分解与重构,并画图显示。通过多分辨率分析实现。(2D image wavelet decomposition and reconstruction, and drawing show. Through multiresolution analysis to achieve.)
    2006-03-13 11:09:36下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载