搜索资源列表
image resampling
- %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
interpolation.rar
- 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
noise_filtering_matlab
- digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
bic
- the code relates to bicubic interpoations with osnr values
Beziersurfaces
- 三次TC-Bezier曲线的拼接以及双三次TC-Bezier曲面拼接。-Three TC-Bezier Curves and Bicubic TC-Bezier Surfaces.
Visualisation
- To visualize the outer surface of a geometrical object with G^1 bicubic Bezier splines. There are four diagrams that has been attached: The coloured surface of the object ( WaterJarsObject.m ) The wireframe surface of the object ( WaterJarsWire
bicubic
- very good in fact. looking forward to see more codes
cubicsplineproject
- the source code for bicubic and cubic spline image analysis. This is done in the Matlab. It can process the image and make it clear
bicubicmatcode.m
- MATLAB for Bicubic Permutation.
bicubic.m
- a method to calculaate the bicubic spline fr nrecipes
bicubic-matlab
- 用matlab实现对矩阵的双三次插值算法实现-Bicubic interpolation matlab realize
Interpolation
- This is interpolation source code. Neareast, Bilinear, Bicubic methods.
bezier_surface_display
- BEZIER_SURFACE_DISPLAY is a work in progress . I have managed to read the data in and display a crude image, in which each Bezier patch is represented by a flat rectangle. Obviously, I need to take the next step, which is to be able to sample the bic
Matlab_Project-4_Resampling
- matlab Resampling code GUI affine projective polynomial conformal interpolation bicubic bilinear
bicubic
- Bicubic algorth for matlab
Bicubic-interpolation
- 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 neare
