搜索资源列表
Bezier
- 用Visual C++,根据用户输入控制点坐标,生成并显示贝塞尔曲线,其中用到opengl的画点函数
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
Image-filtering-and-enhancement
- 主要包括滤波器的相关知识及仿真软件MATLAB的相关知识。如巴特沃斯(Butterworth)滤波器、切比雪夫(Chebyshev)滤波器、椭圆(Ellips)滤波器、贝塞尔(Bessel)滤波器.模拟低通滤波器系统函数确定模拟高通滤波器系统函数的方法-Mainly includes filter related knowledge and simulation software MATLAB related knowledge. Such as Butterworth (Butterworth
DrawBez
- 使用mfc画贝塞尔曲线,并可以拖动,使用的MFC库函数 -Bézier curve with MFC