代码搜索:Resampling
找到约 388 项符合「Resampling」的源代码
代码结果 388
www.eeworm.com/read/138860/13207228
c resampc.c
/* Resampling along the column (Type 1 and 2)
*
* Created by: Minh N. Do, March 2000
*/
#include "mex.h"
/*
function y = resampc(x, type, shift, extmod)
% RESAMPC Resampling along th
www.eeworm.com/read/311447/13630952
c resampc.c
/* Resampling along the column (Type 1 and 2)
*
* Created by: Minh N. Do, March 2000
*/
#include "mex.h"
/*
function y = resampc(x, type, shift, extmod)
% RESAMPC Resampling along th
www.eeworm.com/read/483033/6607861
m resample.m
%RESAMPLE Resampling for particle filtering
%
% Syntax:
% ind = RESAMPLE(W,alg)
%
% Author:
% Simo S鋜kk
www.eeworm.com/read/404739/11479398
c resampc.c
/* Resampling along the column (Type 1 and 2)
*
* Created by: Minh N. Do, March 2000
*/
#include "mex.h"
/*
function y = resampc(x, type, shift, extmod)
% RESAMPC Resampling along th
www.eeworm.com/read/216806/14991735
txt readme.txt
fastslam2r_sim is a slight variation on the normal FastSLAM 2 algorithm. It incorporates "reverse resampling" by computing sample weights and resampling *before* the proposal distribution is obtaine
www.eeworm.com/read/393504/8281444
txt readme.txt
fastslam2r_sim is a slight variation on the normal FastSLAM 2 algorithm. It incorporates "reverse resampling" by computing sample weights and resampling *before* the proposal distribution is obtaine
www.eeworm.com/read/391686/8391175
m qupz.m
function y = qupz(x, type)
% QUPZ Quincunx Upsampling (with zero-pad and matrix extending)
%
% y = qup(x, [type])
%
% Input:
% x: input image
% type: [optional] 1 or 2 for selecting the quincunx ma
www.eeworm.com/read/286105/8788368
m deterministicr.m
function outIndex = deterministicR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Kitagawa's
% deterministic resampli
www.eeworm.com/read/285185/8863257
m script_resample.m
A=imread('d:\\cameraman.tif');
figure(1);
Imagesc(A,[0,255]);
colormap(gray);
[height,width]=size(A);
C=resampling(width,height,320,240,A);
imwrite(C,'d:\\Down_Sampling.tif');
figure( 2);
I
www.eeworm.com/read/182180/9212954
m deterministicr.m
function outIndex = deterministicR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Kitagawa's
% deterministic resampli