搜索资源列表
20040607vcbesier
- 贝塞尔函数的实现,VC编程-the realization VC
Singer
- 贝塞尔函数和纽曼函数是常用的数学函数,本程序是利用VC++编译的绘制贝塞尔纽曼函数的程序,值的一下
Bezier
- 用Visual C++,根据用户输入控制点坐标,生成并显示贝塞尔曲线,其中用到opengl的画点函数
lesson28
- 用windows和opengl的函数绘制贝塞尔曲面的源码
NEHEOPENGL
- NeHe OpenGL(中文) OpengGL 入门必备教程 NeHe SDK 创建基本框架 怎样使用SDK 配置对话框 视口和绘制函数 2D字符 纹理 框架结构 教程目录 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜
beisaier
- 一个方便绘出贝塞尔曲线的程序,选好点之后就能画出相应的贝塞尔函数,同时可以调整点的位置来调整曲线。-A convenient procedure for drawing Bezier curves, after the selected point will be able to draw the corresponding Bessel function, while the location of the point can be adjusted to adjust the curve.
bezier
- 贝塞尔函数的求解,result is bezier function
Bezier
- 三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coordinates of the custom function
BezierOPENCV
- OPENCV 下编写的贝塞尔曲线函数,可绘制贝塞尔曲线。-Bezier curves, prepared OPENCV function can draw Bezier curves.
Image-filtering-and-enhancement
- 主要包括滤波器的相关知识及仿真软件MATLAB的相关知识。如巴特沃斯(Butterworth)滤波器、切比雪夫(Chebyshev)滤波器、椭圆(Ellips)滤波器、贝塞尔(Bessel)滤波器.模拟低通滤波器系统函数确定模拟高通滤波器系统函数的方法-Mainly includes filter related knowledge and simulation software MATLAB related knowledge. Such as Butterworth (Butterworth
BEzier
- Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fil
DrawBez
- 使用mfc画贝塞尔曲线,并可以拖动,使用的MFC库函数 -Bézier curve with MFC
e3_1
- 画贝塞尔(besselj)函数和第二类变型贝塞尔(besselk)函数图像-the images of besselj and besselk function
Drawing
- MFC编写的三次贝塞尔函数曲线和曲面的生成程序-MFC programming of the three Bessel function curves and surfaces of the generating program
Opengl
- 利用函数库画贝塞尔曲线, 手动函数画贝塞尔曲线 画三视图 画圆弧 -opengl draw something
bezierTool_print
- 通过processing在原有图上描点,可以计算出原有图像的线条贝塞尔函数(The line Bessel function of the original image can be calculated by tracing points on the original image through processing)