代码搜索:preprocessing
找到约 856 项符合「preprocessing」的源代码
代码结果 856
www.eeworm.com/read/449369/7507978
new cfresults.pl.in.new
#! @PERL@
# @configure_input@
# Extract final length and time for preprocessing+LK.
# All the input files are presented at once,
# e.g. out.grid1024.0.deg, out.grid1024.0.no_d, out.grid1024.1.deg...
www.eeworm.com/read/449369/7507995
in cfresults.pl.in
#! @PERL@
# @configure_input@
# Extract final length and time for preprocessing+LK.
# All the input files are presented at once,
# e.g. out.grid1024.0.deg, out.grid1024.0.no_d, out.grid1024.1.deg...
www.eeworm.com/read/230484/14285584
m segproc1.m
% function cellarea=preprocessing(image,mheig,mwid,cof)
image=wwx([1200,1600,1200,1700]);
if ~isa(image,'uint8')
image=uint8(image);
end
m=size(image,1);
n=size(image,2);
bwimage=im
www.eeworm.com/read/139291/5804996
conf doxygen.conf
PROJECT_NAME=Apache
#INPUT=srclib/apr
INPUT=.
RECURSIVE=YES
FILE_PATTERNS=*.h
OUTPUT_DIRECTORY=docs/dox
ENABLE_PREPROCESSING=YES
MACRO_EXPANSION=YES
QUIET=YES
EXPAND_ONLY_PREDEF=YES
#EXPAND_AS_DEFI
www.eeworm.com/read/366702/2884164
c paste8.c
/* { dg-do preprocess } */
/* { dg-options "" } */
int foo(int, ...);
#define a(x, y...) foo(x, ##y)
a(1)
a(1, 2, 3)
#define b(x, y, z...) foo(x, ##y)
b(1, 2, 3) /* { dg-error "valid preprocessing
www.eeworm.com/read/230484/14285586
m segprocnew.m
% function cellarea=preprocessing(image,mheig,mwid,cof)
% image=wwx([1000,2000,1000,2000]);
tic
mheig=200;mwid=200;
% mapc=imread('16_125.jpg'); % 10_125,22_107,25_54,23_38,23_107,21_125,20_58
www.eeworm.com/read/230484/14285589
m segproc.m
% function cellarea=preprocessing(image,mheig,mwid,cof)
% image=wwx([1000,2000,1000,2000]);
tic
mheig=80;mwid=80;
mapc=imread('22_125.jpg'); % 10_125,22_107,25_54,23_38,23_107,21_125,20_58
ma
www.eeworm.com/read/187692/8608216
txt rbfnetwork.m.txt
% Two images
image1 = teachimage('moffat.bmp');
image2 = teachimage('vcr.bmp');
% Preprocessing
filt = fspecial('log', 11, 2);
cc1 = conv2(image1, filt, 'valid');
cc2 = conv2(image2, filt, 'va
www.eeworm.com/read/367675/2837590
txt 45.txt
发信人: fervvac (高远), 信区: DataMining
标 题: Re: 关于文本的索引问题
发信站: 南京大学小百合站 (Thu Sep 19 21:39:35 2002), 站内信件
That's just preprocessing, right?
If your algorithm will have to access *all* such summary
www.eeworm.com/read/355516/10259819
asm blackman.asm
.include "ccall.asm"
M .set 8 ; Sine table size log2
.def _ti_blackman
_ti_blackman:
; Begin C Preprocessing
pre_ccall 3,AR_X,AR_Y,AR_N
;STACK CONTENTS:
; 1 = sin_Index / sin_Ynext / si