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

Search list

[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:

[Windows DevelopSuperResolution

Description: 这是一个关于图像处理的程序,能够将像素比较低的图像变成分辨率高的图像.-This is a matter of image processing procedures, can be relatively low-pixel high resolution image into the image.
Platform: | Size: 4439040 | Author: hlb | 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:

[Multimedia DevelopNew

Description: mehod of interpolation by bilinear,bicubic method, local histrogram,root mean square error,image negative
Platform: | Size: 3072 | Author: aaaa | Hits:

[Windows Developbicubic

Description:
Platform: | Size: 1024 | Author: aaaa | Hits:

[Special EffectsROIDraw

Description: 兴趣区域选取,扩展兴趣区选取的功能,不必局限于圆形或方形轮廓落形态-Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw s primary purpose is to expand upon the drawing of rectangular ROI s by allowing you to draw them at any angle. After selection of an ROI, ROI Draw crops and rotates your ROI into the X-Y plane using a bicubic interpolation algorithm (chosen in order to preserve textural properties) so that spatial statistics may be analyzed. ROI Draw outputs a .MAT file which, in addition to storing your rotated ROI, stores the original image and a mask file (for calculating pixel statistics), and the coordinates of the corners of your ROI so that they can be used to colocalize an ROI on another image. ROI Draw at this point only works for DICOM images as its primary purpose is for application in medical research.
Platform: | Size: 18432 | Author: fa | Hits:

[Special Effectspic_transport

Description: 利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能-Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
Platform: | Size: 253952 | Author: winxp | Hits:

[matlabinterpolation

Description: 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法-Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
Platform: | Size: 128000 | Author: zhoujianhua | Hits:

[AlgorithmBicubic

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

[Special EffectsICBI

Description: 一种基于双立方插值的新型图像插值算法,较好的保存边缘信息-Based on bicubic new image interpolation algorithm, the preservation of edge information better
Platform: | Size: 37888 | Author: 戈薇 | Hits:

[Special Effectssrc

Description: 图像线性插值,包括nearest neighbor(pixel duplication),bilinear,bicubic,lanczos,B-spline, cubic,Fourier zero-padding (sinc)-Image linear interpolation, including nearest neighbor (pixel duplication), bilinear, bicubic, lanczos, B-spline, cubic, Fourier zero-padding (sinc)
Platform: | Size: 76800 | Author: richard | Hits:

[Special Effectsscaling-back

Description: Scaling up an image with bicubic interpolation prediction method on matlab
Platform: | Size: 1024 | Author: horizon1710 | Hits:

[Special EffectsInterpolation

Description: Example for the usage of function interp2 Bicubic smoothing of an image - Example for the usage of function interp2 Bicubic smoothing of an image
Platform: | Size: 5120 | Author: ALEX | Hits:

[Special Effectsimage-interpolation

Description: 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
Platform: | Size: 1071104 | Author: mark | Hits:

[Special Effectsimage-interpolation.shear.rotation

Description: BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
Platform: | Size: 1724416 | Author: du han | Hits:

[matlabBicubic-interpolation

Description: In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or nearest-neighbor interpolation. Bicubic interpolation can be accomplished using either Lagrange polynomials, cubic splines, or cubic convolution algorithm. In image processing, bicubic interpolation is often chosen over bilinear interpolation or nearest neighbor in image resampling, when speed is not an issue. In contrast to bilinear interpolation, which only takes 4 pixels (2×2) into account, bicubic interpolation considers 16 pixels (4×4). Images resampled with bicubic interpolation are smoother and have fewer interpolation artifacts. Suppose the function values f and the derivatives f_x, f_y and f_{xy} are known at the four corners (0,0), (1,0), (0,1), and (1,1) of the unit square. The interpolated surface can then be written
Platform: | Size: 11264 | Author: saadati | Hits:

[OtherProject 1

Description: 1. Image reduction: ? Alternative line reduction ? Fractal linear reduction to reduce images to any smaller size 2. Use two images to perform image enlargement: ? Pixel replication ? Nearest enlargement ? Bilinear interpolation ? Bicubic interpolation ? Fractal linear expansion to expand images to any larger size 3. Perform negative image operation ? On gray images ? On color images(1. Image reduction. 2. Use two images to perform image enlargement. 3. Perform negative image operation.)
Platform: | Size: 1080320 | Author: 韩小贺 | Hits:

[Special EffectsBicubic算法

Description: 进行插值算法,将高分辨率图像插值将会得到低分辨率图像(Interpolation algorithm, high resolution image interpolation will result in low resolution image)
Platform: | Size: 25633792 | Author: 莫失莫忘! | Hits:
« 12 »

CodeBus www.codebus.net