代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/300041/13942110
esf lc_tdl.esf
OPTIONS_FOR_ENTITIES_ONLY
{
AUTO_SHIFT_REGISTER_RECOGNITION = ON;
}
www.eeworm.com/read/300041/13942112
esf lc_tdl_mr.esf
OPTIONS_FOR_ENTITIES_ONLY
{
AUTO_SHIFT_REGISTER_RECOGNITION = ON;
}
www.eeworm.com/read/201660/15399117
txt readme.txt
Face Recognition Library
========================
Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for
www.eeworm.com/read/382353/9033757
hif temp.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
11
944
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths
www.eeworm.com/read/470085/6924444
hif multbcd.hif
Version 8.1 Build 163 10/28/2008 SJ Web Edition
11
1009
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths
www.eeworm.com/read/183840/9135176
asm main.asm
/******************************************************************************
** **
** Name: BF533 EZ-KIT Blink LEDs **
** **
****************
www.eeworm.com/read/183840/9135204
asm main.asm
/******************************************************************************
** **
** Name: BF533 EZ-KIT Blink LEDs **
** **
****************
www.eeworm.com/read/182737/9193616
vhd punct_synth.vhd
----------------------------------------------------------------------
---- ----
---- punct_synth.vhd
www.eeworm.com/read/179335/9360365
tex classtokenizer_3_01graph__pattern_01_4.tex
\section{tokenizer$$ Class Template Reference}
\label{classtokenizer_3_01GRAPH__PATTERN_01_4}\index{tokenizer< GRAPH_PATTERN >@{tokenizer$$}}
Graph tokenize
www.eeworm.com/read/354039/10395542
m trainsfea.m
function Bool = TrainsFea(num,para)
N = 30;
f = imread(strcat(num2str(num),'.bmp'));
plate = (f(:,:,1) == 255) & (f(:,:,2) == 0) & (f(:,:,3) == 0) ;
f = rgb2gray(f);
f(plate == 1) = 255;
%