搜索资源列表
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
matlabPyrTools
- This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
PictureResamplingAlgorithm
- Author: This Code written By Dr. Faisel G. Mohammed (Lecturer in Science college- Computer Dep.-Iraq: Email: fgmnjt@scbaghdad.edu.iq ) Purposes: for Bsc Students in Multimedia Lab. To Learn Resampling/scaling Algorithm in digital image compre
logpolar
- Log-polar resampling of an image, and back-sampling to retinal plane
ImageResample(matlab)
- 图像重采样程序,可以实现图像任意大小的尺寸调整,采用分片重采样方法-Image resampling process, image of any size can be adjusted, subdivision resampling methods
Image-Resampling
- Image processing, image resampling
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
particlefilterSIR
- Particle Filter 粒子滤波 MATLAB程序 Sampling Importance Resampling 粒子滤波,应用于跟踪,图像处理(Particle filter, applied to tracking, image processing)