搜索资源列表
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
123456
- 根据所给样本数据用三种不同的方法绘制该公路并估计其长度。 分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度 -According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain
imaging-processing
- Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
tupianchuli
- Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
dem_interpolation
- DEM內差,簡單有限元DEM內插方式,包還最鄰近指定法、雙線性法、立方迴旋法。-Poor, simple finite element DEM interpolation of DEM, specify the method of the package also nearest neighbor, bilinear method, cubic roundabout method.
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
image_resize_method
- 提供灰度图的最近邻,双线性,双三次缩放程序,简单易懂,三通道图,对每个通道进行缩放即可。-It s the image resized method of nearest, linear and cubic.