搜索资源列表
BSplineCtrl B样条空间线
- BSplineCtrl B样条空间线,在空间绘制可以用鼠任意拖动来改变形状的B样条平滑曲线。用到的知识有:B-Spline ,鼠标三维拾取。-BSplineCtrl B-spline space line drawing in space can be used arbitrarily drag mouse to change the shape of B-spline smoothing curves. The knowledge is used : B-Spline, 3D mouse pi
shingoes
- 自己写的一个绘制地震波形的小程序,本来是给同学练习插值和平滑曲线的-himself wrote a mapping of the seismic waveform small program is to have students practice interpolation and smoothing curves, and
plane
- 用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助.-use opengl right aircraft modeling, modeling of aircraft used nurbs curve, Surface Technology. That the aircraft's shape more smooth. Those really learn from scholars are very help
erik_ferner
- Erik Ferner采用VC++与OPENGL开发的三维漫游软件,效果十分棒,带全套源代码,程序将把你带到圣诞树、森林、房子中漫游,摄影机沿着 B-Spline 曲线运动,十分平滑。灯光、火焰效果也是非常不错的。
Beijiai
- 贝济埃曲线是以法国数学家皮埃尔• 贝济埃命名的,它首先描述了这种曲线的性质。在一条贝塞尔曲线上,两个中点控制柄的位置足以描述一条不平滑曲线的总体形状。在计算机图形应用程序中,用户操纵的控制柄通常在屏幕上显示为小框。用鼠标单击或牵引这些点就可以控制曲线的复杂度和形状。 在VC++生成的Windows窗口中,单击鼠标四下,即立刻绘制出一条贝济埃曲线。如果想调整该曲线,只要对准贝济埃曲线的四个折点中的一个,按下鼠标右键,拖动鼠标到你需要的位置,贝济埃曲线亦随着移动,直到满意为止。下面
hejin平滑
- 对所画曲线进行平滑处理,采用的是五点平滑方法。-painted on the smooth curve, using the 5:00 smoothing method.
Bezier
- Bezier贝塞尔曲线,平滑算法实现,绘制贝赛尔Bezier曲线Applet-Bezier Java
Interpolation
- 使曲线更加平滑,能改变工程应用中的图像,并对其进行处理。-Curve more smooth so that,Application to change the image, and processed
123
- 值法画曲线使用插值法画出平滑曲线 在数据处理和图像处理中广泛运用-Painting method using the interpolation curve to draw a smooth curve in the data processing and image processing in the extensive use of
cppshenjingwangluowenzishibie
- 通过对图片的一系列处理,得到给定图片中的数字。C++实现,本程序包含灰度化,二值化,去离散,缩放,细化,曲线平滑,去枝,最终通过神经网络对提取的数字信息进行分析比对-Through a series of pictures, and to obtain the figures given in the picture. C++ implementation of this program include grayscale, binary, to discrete, scaling, thinn
BSPLine
- B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve fitting set of control points,
BeiSaiErQuXian
- 曲线平滑,贝赛尔曲线,很不错的 源码 ,可以实现曲线的平滑,但是可能不会经过你的交点-Smooth curves, Bezier curves, a very good source, you can achieve a smooth curve, but the intersection may not be through your
bezier
- 绘制曲线,使曲线平滑。一般的曲线会出现锯齿效果-Drawn curve, the curve smooth. The general effect of the curve will appear jagged
curves
- 本程序是在MATLAB中对印刷中常见的网点扩大值进行网点扩大曲线的拟合,拟合的曲线平滑,效果好。-This procedure is in MATLAB common in the printing dot gain values of dot gain curve fitting, curve fitting smoothing effect.
polyfit
- 多项式拟合的C语言程序,做曲线平滑时可能有所帮助-Polynomial fitting of the C language program, make a smooth curve may be helpful
qcode.org
- 利用Bzier实现了曲线平滑处理,代码详细,清晰易懂,适合初学者学习-The curve smoothing treatment, the use of Bzier code and detailed, clear, suitable for beginners to learn
identify
- 通过图像处理中的灰度化,二值化,图像的缩放,细化,曲线平滑等相关技术结合神经网络对提取到的数字信息进行分析判断。-By grayscale image processing, binary, image scaling, thinning, curve smoothing, and other related technologies neural networks to extract digital information to analyze and judge.
expsmooth
- 曲线平滑函数,可用于数据曲线滤波平滑,采用指数方法-Curve smoothing functions for data curve smoothing filter
1
- 该代码实现了曲线平滑,可以调用,符合初学者,简单易懂,供大家学习使用。-The code to achieve a smooth curve, you can call, in line with beginners, easy to understand, for everyone to learn to use.
gaussian_weighting_function_smoothing_Win64
- 高斯权函数的卷积平滑法有时亦简称为高斯平滑法,在天文地球动力学的观测资料处理中应用较多,其主要原理是将测量数据y(ti), i = 1,2,...,N与一个高斯曲线分布的权函数作为卷积计算,求得测量数据的平滑值。由于高斯权函数平滑法简单,计算机易于实现,且既可用于等间隔又可用于不等间隔数据,因此应用范围较广。(For Gaussian smoothing)