Location:
Search - Resampling
Search list
Description: %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 assumes that intensities are
% defined at pixel centers
%
% img : original image to be resampled
% nimg : newly sampled image
% oldpixsize : a vector of the form [xpixsize, ypixsize]
% for the original image, e.g., [0.5,0.5]
% newpixsize : is a vector of the form [xpixsize, ypixsize]
% for the new image, e.g., [0.2,0.2]
% intmethod: same as interp2
% 'nearest' - nearest neighbor
% 'linear' - bilinear
% 'cubic' - bicubic
% 'spline' - spline
% Example:
%
% % Create a 2D gaussian function
% H = fspecial('gaussian',[31,31],5);
% % Resample it at a smaller pixel size
% NH = imresample([1,1],H,[0.2,0.2],'spline');
% figure;subplot(211);imshow(H,[]);title('Original');
% subplot(212);imshow(NH,[]);
% title('Resampled using spline interplolation');
Platform: |
Size: 1714 |
Author: whitewalter |
Hits:
Description: 音频信号的重采样程序,如44.1K的WAV转换成采样频率为48K的WAV.-Audio Signal Resampling procedures, such as convert WAV of 44.1K sampling frequency of 48K of WAV.
Platform: |
Size: 330752 |
Author: LiYG |
Hits:
Description: 3D人脸建模过程中,重采样的重要一步,缝合面片间的缝隙。-3D face modeling process, an important step in resampling, suture surfaces between the cracks.
Platform: |
Size: 2048 |
Author: wss |
Hits:
Description: 粒子滤波算法的实现,其中重采样采用残差重采样算法。-Particle filter algorithm, in which the use of residual resampling resampling algorithm.
Platform: |
Size: 3072 |
Author: 点点 |
Hits:
Description: 一个功能强大音频重采样算法,供大家学习参考-A powerful audio resampling algorithm for learning the reference U.S.
Platform: |
Size: 707584 |
Author: haoding |
Hits:
Description: 粒子滤波重采样算法对比与分析,matlab实现。-Particle filter resampling algorithm comparison and analysis, matlab achieve.
Platform: |
Size: 1024 |
Author: zhaolingling |
Hits:
Description: 粒子滤波改进的重采样程序,Performs the resampling stage of the SIR -Improved particle filter resampling procedure, Performs the resampling stage of the SIR
Platform: |
Size: 1024 |
Author: jiangshuiya |
Hits:
Description: The algorithms is split in a filter step and a resampling step, resampling can be applied when needed, in the main program, resampling is applied after each step.
Platform: |
Size: 4096 |
Author: yhz |
Hits:
Description: SIR:an algorithe for resampling using particle filter
Platform: |
Size: 2048 |
Author: amina |
Hits:
Description: different approaches to resampling:
- Multinomial
- Residual
- Stratified
- Systematic (universal sampling).
Platform: |
Size: 69632 |
Author: bikramaditya |
Hits:
Description: regarding resampling of images
Platform: |
Size: 1024 |
Author: ritu |
Hits:
Description: weight-based resampling: an application of multinomial resampling. Also a SIR particle filter-weight-based resampling: an application of multinomial resampling. Also a SIR particle filter
Platform: |
Size: 1024 |
Author: tiancheng li |
Hits:
Description: 图像重采样
编程实现matlab的图像功能-Image resampling programming matlab image function
Platform: |
Size: 20480 |
Author: 刘聪 |
Hits:
Description: Image processing, image resampling
Platform: |
Size: 13312 |
Author: fractal61 |
Hits:
Description: Image Quantization and Resampling
Platform: |
Size: 161792 |
Author: mohammed |
Hits:
Description: 萨尼亚大学VIPP研究组公布的重采样代码 -Resampling code provided by VIPP Group @ University of Sina
Platform: |
Size: 17408 |
Author: jinxiao |
Hits:
Description: this algorith for Use the quadratic resampling technique of Barraquand (1995) to generate N = 10, 100, 1000,
10000 and 100000 pairs of variables with the following parameters: a = 0.40, b = 0.80, c = 0.50
Complete development exercise-this is algorith for Use the quadratic resampling technique of Barraquand (1995) to generate N = 10, 100, 1000,
10000 and 100000 pairs of variables with the following parameters: a = 0.40, b = 0.80, c = 0.50
Complete development exercise
Platform: |
Size: 149504 |
Author: smartwm3 |
Hits:
Description: Author: Tiancheng Li, please Refer to:
T. Li, G. Villarrubia, S. Sun, J. M. Corchado, J. Bajo.Resampling methods for particle filtering: identical distribution, a new method and comparable study, Frontiers of Information Technology & Electronic Engineering, 2015, Vol.16, No. 11, pp 969-984
link
http://link.springer.com/article/10.1631 2FFITEE.15001- Author: Tiancheng Li, please Refer to:
T. Li, G. Villarrubia, S. Sun, J. M. Corchado, J. Bajo.Resampling methods for particle filtering: identical distribution, a new method and comparable study, Frontiers of Information Technology & Electronic Engineering, 2015, Vol.16, No. 11, pp 969-984
link
http://link.springer.com/article/10.1631 2FFITEE.1500199
Platform: |
Size: 661504 |
Author: tiancheng li |
Hits:
Description: 地震勘探中,地震数据处理的重采样程序,很好用-Resampling in seismic data processing procedures, very useful
Platform: |
Size: 3072 |
Author: yonggao |
Hits:
Description: Image Segmentation (Quantization & Resampling)
Platform: |
Size: 1247232 |
Author: faisel |
Hits: