代码搜索:structuring
找到约 82 项符合「structuring」的源代码
代码结果 82
www.eeworm.com/read/308927/13687325
m filter_dilate.m
function varargout = filter_dilate(varargin)
if nargin == 0
p1 = struct( ...
'Name', 'Structuring element', ...
'Style', 'strel', ...
'DefaultValue', strel('diamond', 2));
P
www.eeworm.com/read/209211/4984014
c postreverse.c
/*
*
* postreverse - reverse the page order in certain PostScript files.
*
* Page reversal relies on being able to locate sections of a document using file
* structuring comments defined by Adobe
www.eeworm.com/read/285034/8874946
java comparableassociation.java
// A class for structuring associations that may be compared.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* A class implementing a comparable key-value pair. This class associates an
www.eeworm.com/read/359212/10161179
c iwindow.c
/* iwindow.c
*
* General function of a local window
*
* IMM = IWINDOW(IM, SE, FUNC [, EDGE])
*
* where SE is the structuring element
* FUNC is the name of a Matlab function which is passed a v
www.eeworm.com/read/214343/15105030
java comparableassociation.java
// A class for structuring associations that may be compared.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* A class implementing a comparable key-value pair. This class associates an
www.eeworm.com/read/209211/4984013
readme
A simple program that reverses the pages in PostScript files that
conform to Adobe's Version 1.0 or Version 2.0 file structuring
conventions.
postrevese also handles a small class of files that viol
www.eeworm.com/read/200388/15434346
c iwindow.c
/* iwindow.c
*
* General function of a local window
*
* IMM = IWINDOW(IM, SE, FUNC [, EDGE])
*
* where SE is the structuring element
* FUNC is the name of a Matlab function which is passed a v
www.eeworm.com/read/359212/10161064
c irank.c
/*
* irank.c
*
* Fast rank filter for images.
*
* IMM = IRANK(IM, ORDER, SE [,HISTOBINS] [, EDGE])
* 0 1 2 3 4
*
* where SE is the structuring element ORDE
www.eeworm.com/read/359212/10161093
c ivar.c
/* ivar.c
*
* Fast region variance/kurtosis/skewness for images
*
* IMM = IVAR(IM, SE, OP [, EDGE])
*
* where SE is the structuring element
* OP is 'var', 'kurt', 'skew'
* EDGE is 'border',