代码搜索:structuring

找到约 82 项符合「structuring」的源代码

代码结果 82
www.eeworm.com/read/372132/9519702

txt readme.txt

The zip file includes: - readme.txt this file - gdil.c ----> a c file which must be mex compiled - gerod.c ---> a c file which must be mex compiled - graydil.m --> the m function (dilation) - gra
www.eeworm.com/read/359212/10161069

m iopen.m

%IOPEN Morphological opening % % b = iopen(im) % b = iopen(im, se) % b = iopen(im, se, n) % % Return the image A after morphological opening with the structuring % element SE. N (default to 1) erosio
www.eeworm.com/read/359212/10161214

m iclose.m

%ICLOSE Morphological closing % % b = iclose(im) % b = iclose(im, se) % b = iclose(im, se, n) % % Return the image im after morphological closing with the structuring % element se (default to ones(3,3
www.eeworm.com/read/200388/15434311

m iopen.m

%IOPEN Morphological opening % % b = iopen(im) % b = iopen(im, se) % b = iopen(im, se, n) % % Return the image A after morphological opening with the structuring % element SE. N (default to 1) erosio
www.eeworm.com/read/200388/15434358

m iclose.m

%ICLOSE Morphological closing % % b = iclose(im) % b = iclose(im, se) % b = iclose(im, se, n) % % Return the image im after morphological closing with the structuring % element se (default to ones(3,3
www.eeworm.com/read/189192/8485966

v magcomp.v

// // Verilog module for an unsigned magnitude comparator // // input(s): a, b // output(s): a_gtet_b // module mag_comp_unsign (a, b, a_gtet_b); input [7:0]a; input [7:0]b; output a_gtet_b
www.eeworm.com/read/125257/14503302

hhp test.hhp

[OPTIONS] Compatibility=1.1 Compiled file=test.chm Contents file=test.hhc Default Window=GSview Default topic=html/Overview.htm Display compile progress=No Full-text search=Yes Index file=test
www.eeworm.com/read/380499/9144621

m filter_bottomhat.m

function varargout = filter_bottomhat(varargin) if nargin == 0 p1 = struct( ... 'Name', 'Structuring element', ... 'Style', 'strel', ... 'DefaultValue', strel('diamond', 2));
www.eeworm.com/read/163747/10147483

m filter_bottomhat.m

function varargout = filter_bottomhat(varargin) if nargin == 0 p1 = struct( ... 'Name', 'Structuring element', ... 'Style', 'strel', ... 'DefaultValue', strel('diamond', 2));
www.eeworm.com/read/309305/13674714

m filter_bottomhat.m

function varargout = filter_bottomhat(varargin) if nargin == 0 p1 = struct( ... 'Name', 'Structuring element', ... 'Style', 'strel', ... 'DefaultValue', strel('diamond', 2));