Welcome![Sign In][Sign Up]
Location:
Search - Resampling

Search list

[matlabimage resampling

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:

[Linux-Unixresample-1.8.1.tar

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:

[Special Effectspatch_close

Description: 3D人脸建模过程中,重采样的重要一步,缝合面片间的缝隙。-3D face modeling process, an important step in resampling, suture surfaces between the cracks.
Platform: | Size: 2048 | Author: wss | Hits:

[Special Effectsparticle_filtering_algorithm

Description: 粒子滤波算法的实现,其中重采样采用残差重采样算法。-Particle filter algorithm, in which the use of residual resampling resampling algorithm.
Platform: | Size: 3072 | Author: 点点 | Hits:

[Special Effectslibsamplerate-0.1.2.tar

Description: 一个功能强大音频重采样算法,供大家学习参考-A powerful audio resampling algorithm for learning the reference U.S.
Platform: | Size: 707584 | Author: haoding | Hits:

[AlgorithmparticleFilter_resampling

Description: 粒子滤波重采样算法对比与分析,matlab实现。-Particle filter resampling algorithm comparison and analysis, matlab achieve.
Platform: | Size: 1024 | Author: zhaolingling | Hits:

[Special Effectsresampling

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:

[Special Effectsparzen_filter

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:

[Windows Developresampling

Description: SIR:an algorithe for resampling using particle filter
Platform: | Size: 2048 | Author: amina | Hits:

[Windows Developresampling

Description: different approaches to resampling: - Multinomial - Residual - Stratified - Systematic (universal sampling).
Platform: | Size: 69632 | Author: bikramaditya | Hits:

[matlabresampling

Description: regarding resampling of images
Platform: | Size: 1024 | Author: ritu | Hits:

[matlabSIRandmultinomialresampling

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:

[2D GraphicImage-resampling

Description: 图像重采样 编程实现matlab的图像功能-Image resampling programming matlab image function
Platform: | Size: 20480 | Author: 刘聪 | Hits:

[AlgorithmImage-Resampling

Description: Image processing, image resampling
Platform: | Size: 13312 | Author: fractal61 | Hits:

[Special Effects1-Quntization-P-Resampling

Description: Image Quantization and Resampling
Platform: | Size: 161792 | Author: mohammed | Hits:

[Special EffectsResampling

Description: 萨尼亚大学VIPP研究组公布的重采样代码 -Resampling code provided by VIPP Group @ University of Sina
Platform: | Size: 17408 | Author: jinxiao | Hits:

[matlabSimulations-with-Quadratic-Resampling-Technique.z

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:

[matlabMSV-resampling

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:

[Otherresampling

Description: 地震勘探中,地震数据处理的重采样程序,很好用-Resampling in seismic data processing procedures, very useful
Platform: | Size: 3072 | Author: yonggao | Hits:

[OtherLecture 4-a

Description: Image Segmentation (Quantization & Resampling)
Platform: | Size: 1247232 | Author: faisel | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net