代码搜索:extraction

找到约 5,483 项符合「extraction」的源代码

代码结果 5,483
www.eeworm.com/read/438832/7725808

sh substring-extraction.sh

#!/bin/bash # substring-extraction.sh String=23skidoo1 # 012345678 Bash # 123456789 awk # 注意不同的字符串索引系统: # Bash的第一个字符是从'0'开始记录的. # Awk的第一个字符是从'1'开始记录的. echo ${String:2:4} # 位置 3 (0-
www.eeworm.com/read/339483/12231543

sh substring-extraction.sh

#!/bin/bash # substring-extraction.sh String=23skidoo1 # 012345678 Bash # 123456789 awk # Note different string indexing system: # Bash numbers first character of string as '0'. # Awk
www.eeworm.com/read/456564/1605144

cc data_extraction.cc

// program to extract shapes of moving blobs from video // major makeover inspired by new features in MotionDetector --- nts Feb 2001 // system includes #include #include #inclu
www.eeworm.com/read/273525/4207504

hlp matrix_extraction.hlp

{smcl} {* 05apr2005}{...} {cmd:help matrix extraction} {hline} {title:Title} {pstd} {hi:[P] matrix define} {hline 2} Submatrix extraction {title:Syntax} {p 8 14 2}{cmdab:mat:rix} {it
www.eeworm.com/read/358669/10182391

m manual_corner_extraction.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in standard mode. %
www.eeworm.com/read/419824/10834911

m do_feature_extraction.m

function do_feature_extraction(par) comanda = sprintf('mkdir %s',par.directoriSupport); unix(comanda); comanda = sprintf('mkdir %s',par.directoriSift); unix(comanda); path = sprintf('%s*.jpg',p
www.eeworm.com/read/464305/7166319

m fp_ridge_extraction.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EE465 Introduction to Digital Image Processing Spring 2008 % Copyright: Xin Li % Computer Assignment 5: Processing of finge