Welcome![Sign In][Sign Up]
Location:
Search - bicubic

Search list

[Graph programsplline2

Description: 绘制双三次B样条曲线-mapping bicubic B-spline curves
Platform: | Size: 33792 | Author: 诺亚 | Hits:

[GDI-Bitmaptexthalo

Description: 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generation with a soft shadow effects of the letter and generate an aperture with the magic words are completely different, they actually have to use the technology is identical, the only set slightly changes. With soft shadows in effect, I used the GDI some of the interpolation model to generate fuzzy outline of the text, when the Bitmap Rendering Large Plane, interpolation mode decision of a point of what should pixels and around integration. Low-quality interpolation just simply put a pixel transform into the same color against a high-quality interpolation such as high-quality and high-quality bilinear interpolation bicubic interpolation will consider pixel color with a smooth anti-aliasing, I found quality bilinear interpolation mode best.
Platform: | Size: 955392 | Author: 陈兴锐 | Hits:

[Graph DrawingBezierqxccsf

Description: 双三次Bezier曲面 利用TurboC实现Bezier曲面的生成算法。-bicubic Bezier surfaces using Turbo achieve Bezier surface generation algorithm.
Platform: | Size: 1024 | Author: 刘碧茜 | Hits:

[AlgorithmSPLIE2

Description: 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
Platform: | Size: 1024 | Author: | Hits:

[3D GraphicDouble_Bezier

Description: VC平台下双三次贝赛尔曲面的绘制原码,包括一些数学计算-VC platform bicubic Bessel Surface mapping the original code, including some mathematical calculations
Platform: | Size: 56320 | Author: 张旭 | Hits:

[Special EffectsResearchBezier

Description: 在VC中研究和设计双三次B样条曲面,利用VC面向对象具有可视化的特点,选择适当的空间控制点来调整三次B样条曲面的形状-in VC research and the design of bicubic B-spline surface, the use of object-oriented VC with the visual characteristics, selection of appropriate space control point adjustment cubic B-spline surface shape
Platform: | Size: 50176 | Author: 啊征 | Hits:

[Special EffectsCode

Description: 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
Platform: | Size: 18432 | Author: 周萍 | Hits:

[AlgorithmC3

Description: 插值 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-Interpolation 1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange interpolation 7. bicubic spline interpolation
Platform: | Size: 5120 | Author: freezingsnow | Hits:

[Software Engineeringenhancement

Description: 可以了解图象插值方面的知识,包括线性插植, 非线性插值,bicubic插值,三次立方卷积-Image interpolation can understand the knowledge, including the implantation of linear, nonlinear interpolation, bicubic interpolation, three cubic convolution
Platform: | Size: 132096 | Author: chentianmi | Hits:

[Special EffectsCarToPolar

Description: 自己做的图像直角坐标与极坐标转换程序,源代码中还有双线性和双三次插值的函数代码,很基础也很实用。-To do their own image rectangular coordinates and polar coordinates conversion process, the source code also bilinear and bicubic interpolation function of the code, it is also very practical basis.
Platform: | Size: 241664 | Author: dc | Hits:

[Special Effects11

Description: 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。-Some have written procedures for image interpolation algorithm. Including the nearest neighbor interpolation, bilinear interpolation and bicubic interpolation.
Platform: | Size: 2048 | Author: 陈旭 | Hits:

[Special Effectsimageprocess

Description: 程式功能:匯入圖片,LowPass,HighPass,Sharpen,LookUp,Scale Up(Bicubic),Scale Down,Rescale,Histogram,Fourier transform,Gray Level,並可存檔(bmp,jpg,jpeg,png,wbmp)。 圖片:bmp,jpg,jpeg,png,wbmp…等皆可 -Program features: Import picture, LowPass, HighPass, Sharpen, LookUp, Scale Up (Bicubic), Scale Down, Rescale, Histogram, Fourier transform, Gray Level, and archive (bmp, jpg, jpeg, png, wbmp). Image: bmp, jpg, jpeg, png, wbmp ... and so on can
Platform: | Size: 338944 | Author: linli | Hits:

[Graph Drawingxfarbe-2.3

Description: 一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多。-A great two-dimensional contour mapping procedures, the use of bicubic surface fitting algorithm, the contour lines to be very smooth, compared to the other I can see that the contour tracking algorithm increases the smoothing results are isogram much higher quality.
Platform: | Size: 282624 | Author: sun | Hits:

[VC/MFCsource

Description: 这是树上的代码,在Visual C++中,研究双三次B样条曲面(空间曲面),供大家参考-This is the tree code, in Visual C++ Studying bicubic B-spline surfaces (curved space), for your reference
Platform: | Size: 49152 | Author: Lynn | Hits:

[GUI Developcz

Description: 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange interpolation 7. Bicubic Spline Interpolation
Platform: | Size: 4096 | Author: wzz | Hits:

[Special Effectstest2_PSNR_bibicubic

Description: 可將低解析度轉換為高解析度的影像,透過bicubic及binear的比對-Can be converted into low-resolution high-resolution images, through the bicubic and the ratio of binear
Platform: | Size: 2048 | Author: 江田島 | Hits:

[matlabnoise_filtering_matlab

Description: digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
Platform: | Size: 1024 | Author: mustafa | Hits:

[Special Effectsbicubic

Description: 该函数实现了数字图像处理中的双三次线性插值函数-the function implement the bicubic interpolation in digital processing
Platform: | Size: 1024 | Author: 黎明 | Hits:

[2D Graphicbicubic

Description: bicubic interpolation without using cubic command
Platform: | Size: 10240 | Author: grishma | Hits:

[AlgorithmBicubic

Description: 双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
Platform: | Size: 12288 | Author: 天羽忍 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net