搜索资源列表
VC实现三次样条的图像缩放
- 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
图像缩放(线性)
- 图像缩放(线性插值法)-image scaling (linear interpolation)
VC编写的三种图像插值算法实例
- 用VC写的图像缩放中的插值实例
shuangsancichazhi.rar
- 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
ImgScale
- 利用近邻域插值、线形插值或者三阶卷积插值三种不同的方法,完成图像的缩放功能。-NN using interpolation, linear interpolation, or third-order convolution interpolation in three different ways to complete the image of the zoom feature.
shuangxianxing
- 用 双 线 性 插 值 法 实 现 图 像 缩 放-Using bilinear interpolation for image zooming
RGBImage
- 利用双线性插值和最近邻插值实现RGB图像的缩放,利用MATLAB编写-The use of bilinear interpolation and nearest neighbor interpolation to achieve RGB image scaling, using MATLAB to prepare
ImgProject
- 图像双线性插值方法实现图像的缩放功能,任意缩放比例。-image interpolate
shuangxianxingchazhisuofangtuxiang
- 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可以对其前的实验结果进行比较分析异同,进而更深刻的理解最近邻插
Raw
- 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
imageScalingAlgorithm
- 基于双线性插值的图像缩放算法论文,原理及其源代码-Based on the bilinear interpolation of the image scaling algorithm paper, principle and its source code
am.tar
- 图像缩放,效果较好,三次插值法,能较高质量缩放图像-Image scaling, better-performing, three interpolation can be higher quality zoom images
ImageInterpolate
- 实现图像的插值功能,任意尺寸进行缩放,程序采用VC6.0编译通过-image Interpolate function,can enlargethe image by any scale,using VC
1
- 图像缩放 插值-图像缩 放插值
BMPDownSize
- 实现了bmp图像文件的读写操作,并验证了图像二次插值的缩放算法-Bmp image file implements read and write, and verify that the image scaling algorithm for quadratic interpolation
imagescaler
- 8位或者24位图像缩放模块,支持X、Y方向不等比例的任意倍,甚至非整倍缩放功能,支持插值功能imagescaler-8-bit or 24-bit image scaling module supports X, Y direction of the proportion ranging from arbitrary times, or even aneuploid zoom function, support interpolation function imagescaler
tuxiangsuofang
- 简单实用的双极性插值法图像缩放算法的代码-Bipolar simple and practical algorithm for image scaling interpolation code
bmp-VC6
- 图像缩放三种算法的实现,最近邻插值、双线性插值、双三次插值,MFC做的界面。(Image scaling three algorithms to achieve, the nearest neighbor interpolation, bilinear interpolation, double three interpolation, MFC do interface.)
插值及剪切
- MFC程序,用于图像的基本缩放旋转和剪切(The MFC program is used for basic scaling, rotation and shearing of images.)