Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - resampling
Search - resampling - List
%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');
Date : 2010-09-10 Size : 1.67kb User : whitewalter

音频信号的重采样程序,如44.1K的WAV转换成采样频率为48K的WAV.-Audio Signal Resampling procedures, such as convert WAV of 44.1K sampling frequency of 48K of WAV.
Date : 2025-07-12 Size : 323kb User : LiYG

3D人脸建模过程中,重采样的重要一步,缝合面片间的缝隙。-3D face modeling process, an important step in resampling, suture surfaces between the cracks.
Date : 2025-07-12 Size : 2kb User : wss

粒子滤波算法的实现,其中重采样采用残差重采样算法。-Particle filter algorithm, in which the use of residual resampling resampling algorithm.
Date : 2025-07-12 Size : 3kb User : 点点

一个功能强大音频重采样算法,供大家学习参考-A powerful audio resampling algorithm for learning the reference U.S.
Date : 2025-07-12 Size : 691kb User : haoding

粒子滤波重采样算法对比与分析,matlab实现。-Particle filter resampling algorithm comparison and analysis, matlab achieve.
Date : 2025-07-12 Size : 1kb User : zhaolingling

粒子滤波改进的重采样程序,Performs the resampling stage of the SIR -Improved particle filter resampling procedure, Performs the resampling stage of the SIR
Date : 2025-07-12 Size : 1kb User : jiangshuiya

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.
Date : 2025-07-12 Size : 4kb User : yhz

SIR:an algorithe for resampling using particle filter
Date : 2025-07-12 Size : 2kb User : amina

different approaches to resampling: - Multinomial - Residual - Stratified - Systematic (universal sampling).
Date : 2025-07-12 Size : 68kb User : bikramaditya

DL : 0
regarding resampling of images
Date : 2025-07-12 Size : 1kb User : ritu

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
Date : 2025-07-12 Size : 1kb User : tiancheng li

图像重采样 编程实现matlab的图像功能-Image resampling programming matlab image function
Date : 2025-07-12 Size : 20kb User : 刘聪

Image processing, image resampling
Date : 2025-07-12 Size : 13kb User : fractal61

Image Quantization and Resampling
Date : 2025-07-12 Size : 158kb User : mohammed

萨尼亚大学VIPP研究组公布的重采样代码 -Resampling code provided by VIPP Group @ University of Sina
Date : 2025-07-12 Size : 17kb User : jinxiao

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
Date : 2025-07-12 Size : 146kb User : smartwm3

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
Date : 2025-07-12 Size : 646kb User : tiancheng li

DL : 0
地震勘探中,地震数据处理的重采样程序,很好用-Resampling in seismic data processing procedures, very useful
Date : 2025-07-12 Size : 3kb User : yonggao

DL : 0
Image Segmentation (Quantization & Resampling)
Date : 2025-07-12 Size : 1.19mb User : faisel
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.