搜索资源列表
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
DibEnLarge
- 利用线性插值的方式,实现图像的平滑放大。克服StretchBlt在放大时产生的马赛克现象。-using linear interpolation modes to achieve a smooth image to enlarge it. Large overcome StretchBlt in the mosaics at the phenomenon.
SuperScaling
- 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
图像处理插值1[1].2
- 用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
vb等值线图的绘制方法※编程实践※水论坛
- 等值线 在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位暴涨的过程,可以大量减少生命和财产损失。 所谓画曲线就
t12313131
- 图像处理 用线性插值算法实现图像缩放 图像处理-image processing using linear interpolation algorithm image scaling Image Processing
bsplineTest
- 3次及一下bspline算法的演示,可用于运动曲线插补,效果还可以-and about three times the demonstration bspline algorithm can be used to campaign curve interpolation, the effect can also
ViewMorphing
- 图像插值程序,在一些场合需要提供真实接触感觉,可以根据视角位置变化而生成对应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。-image interpolation procedures, in some occasions the need to provide access to real sense, it may change position and perspective generation of the corresponding Perspective Vie
myfile2
- 利用像素复制放大缩小图像+双线形插值放大缩小图像-use pixel image reproduction Zooming-linear interpolation Zooming Image
图像旋转(三次)
- 图像旋转(三次样条插值)-image rotation (cubic spline interpolation)
CGHomework
- 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
quxian3
- 三次样条插值曲线-cubic spline interpolation curve
绘制三次参数样条插值曲线
- 采用VB绘制三次参数样条插值曲线,非常好看,方便!-using VB drawing three parameters spline interpolation curve, very good looking, easy!
chazhi2.rar
- 对图像三线性插值方法进行改进,添加加权系数,更好地消除人工痕迹。,Trilinear interpolation of the image method to improve, add the weighted coefficient, and better elimination of artificial traces.
CHABU.rar
- 直线圆弧插补,可任意输入起始点、终止点;圆弧由圆心及起始角和终止角决定,A straight line circular interpolation, the starting point can be input, termination points arc from the center of a circle and start-angle and angle the decision to terminate
Interpolation
- 线性插值算法,对高速二次线性插值算法的讨 论-Linear interpolation algorithm, the second high-speed linear interpolation algorithm discussion
chazhi
- 图像三线性插值算法,对一定图像插值成给定大小的图像-Image trilinear interpolation algorithm, Image Interpolation of a certain size into a given image
The-Lagrange-interpolation-algorithm
- 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
linear-interpolation-
- 基于MFC编写的逐点比较插补法运算,并能显示插补轨迹。-MFC-based write-by-point comparison interpolation operation, and can display the Contour.