代码搜索:Segmentation
找到约 3,259 项符合「Segmentation」的源代码
代码结果 3,259
www.eeworm.com/read/195699/8134929
pdf robust and fast global motion estimation oriented to video object segmentation.pdf
www.eeworm.com/read/233796/14136142
pdf segmentation in echocardiographic sequences using shape-based snake model.pdf
www.eeworm.com/read/389823/8497040
m blk_seg.m
% blk_seg(input)
% Segmentation of the bit sequence from transport block concatenation is
% performed
function output = blk_seg(input1,input2)
bksize = size(input1,2);
residue1 = rem(bksize,input2);
www.eeworm.com/read/288988/8588525
fit control.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 01/22/2005 22:19:12
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/147422/5729624
m m1_w3.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% m1_w3.m
%
% callback for window-display pushbutton 3 for m1
%
% PREVIEW WINDOW
%
% jmw
% 6/8/94
% modifie
www.eeworm.com/read/147422/5729973
m shftseg.m
% Function : shift the display the sequence by 'npts' points on figure(m_gci_f)
% Shift_lr shifts the display to the left by npts when sf_flag=1;
% The shift is the reverse if sf_flag=-1.
%
www.eeworm.com/read/152609/12099172
m blk_seg.m
% blk_seg(input)
% Segmentation of the bit sequence from transport block concatenation is
% performed
function output = blk_seg(input1,input2)
bksize = size(input1,2);
residue1 = rem(bksize,input2);
www.eeworm.com/read/230337/14293143
fit control.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 01/22/2005 22:19:12
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/175685/9536281
asv exp_timeseries.asv
function EXP_TimeSeries
%agreement='I agree';
%data,
%num_segments,
%forceplot
load('finacial');
[m,n]=size(X);
k=round(m/10);n=2;
X=X(n*k,:);
bottom_up_segmentation('I agree',X,20,1);
%
www.eeworm.com/read/429434/8808711