CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - resampling
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - resampling - List
[
matlab
]
image resampling
DL : 0
%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
[
Linux-Unix
]
resample-1.8.1.tar
DL : 0
音频信号的重采样程序,如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
[
Special Effects
]
patch_close
DL : 0
3D人脸建模过程中,重采样的重要一步,缝合面片间的缝隙。-3D face modeling process, an important step in resampling, suture surfaces between the cracks.
Date
: 2025-07-12
Size
: 2kb
User
:
wss
[
Special Effects
]
particle_filtering_algorithm
DL : 1
粒子滤波算法的实现,其中重采样采用残差重采样算法。-Particle filter algorithm, in which the use of residual resampling resampling algorithm.
Date
: 2025-07-12
Size
: 3kb
User
:
点点
[
Special Effects
]
libsamplerate-0.1.2.tar
DL : 0
一个功能强大音频重采样算法,供大家学习参考-A powerful audio resampling algorithm for learning the reference U.S.
Date
: 2025-07-12
Size
: 691kb
User
:
haoding
[
Algorithm
]
particleFilter_resampling
DL : 0
粒子滤波重采样算法对比与分析,matlab实现。-Particle filter resampling algorithm comparison and analysis, matlab achieve.
Date
: 2025-07-12
Size
: 1kb
User
:
zhaolingling
[
Special Effects
]
resampling
DL : 0
粒子滤波改进的重采样程序,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
[
Special Effects
]
parzen_filter
DL : 0
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
[
Windows Develop
]
resampling
DL : 0
SIR:an algorithe for resampling using particle filter
Date
: 2025-07-12
Size
: 2kb
User
:
amina
[
Windows Develop
]
resampling
DL : 0
different approaches to resampling: - Multinomial - Residual - Stratified - Systematic (universal sampling).
Date
: 2025-07-12
Size
: 68kb
User
:
bikramaditya
[
matlab
]
resampling
DL : 0
regarding resampling of images
Date
: 2025-07-12
Size
: 1kb
User
:
ritu
[
matlab
]
SIRandmultinomialresampling
DL : 0
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
[
2D Graphic
]
Image-resampling
DL : 0
图像重采样 编程实现matlab的图像功能-Image resampling programming matlab image function
Date
: 2025-07-12
Size
: 20kb
User
:
刘聪
[
Algorithm
]
Image-Resampling
DL : 0
Image processing, image resampling
Date
: 2025-07-12
Size
: 13kb
User
:
fractal61
[
Special Effects
]
1-Quntization-P-Resampling
DL : 0
Image Quantization and Resampling
Date
: 2025-07-12
Size
: 158kb
User
:
mohammed
[
Special Effects
]
Resampling
DL : 0
萨尼亚大学VIPP研究组公布的重采样代码 -Resampling code provided by VIPP Group @ University of Sina
Date
: 2025-07-12
Size
: 17kb
User
:
jinxiao
[
matlab
]
Simulations-with-Quadratic-Resampling-Technique.z
DL : 0
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
[
matlab
]
MSV-resampling
DL : 0
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
[
Other
]
resampling
DL : 0
地震勘探中,地震数据处理的重采样程序,很好用-Resampling in seismic data processing procedures, very useful
Date
: 2025-07-12
Size
: 3kb
User
:
yonggao
[
Other
]
Lecture 4-a
DL : 0
Image Segmentation (Quantization & Resampling)
Date
: 2025-07-12
Size
: 1.19mb
User
:
faisel
«
1
2
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.