CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - structuring dilation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - structuring dilation - List
[
Special Effects
]
binaryops
DL : 0
Description: A faster implementation of binary dilation and erosion. Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, changing the parameters.
Update
: 2008-10-13
Size
: 6.15kb
Publisher
:
gz
[
Special Effects
]
binaryops
DL : 0
Description: A faster implementation of binary dilation and erosion. Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, changing the parameters.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
gz
[
matlab
]
bmorph
DL : 0
Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the Matlab Image Processing Toolbox :-)... It also allows very fast iterative calls (for instance when sweeping the structuring element while looking for a certain effect, threshold in image statistics, etc). See the help in bmorph.m and the attached .pdf file.-Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the Matlab Image Processing Toolbox :-)... It also allows very fast iterative calls (for instance when sweeping the structuring element while looking for a certain effect, threshold in image statistics, etc). See the help in bmorph.m and the attached .pdf file.
Update
: 2025-02-19
Size
: 152kb
Publisher
:
tudor
[
Algorithm
]
CPPimage-processing
DL : 0
很齐全的VC示例,根据书本例子编写。介绍了数学形态学中结构元素为4连通或8连通的3×3邻域时腐蚀、膨胀运算的快速算法。区域采用线段编码表示,腐蚀与膨胀运算在当前线段与其相邻的上下线段之间通过逻辑运算实现。 -In this paper, a fast algorithm of mathematical morphology erosion and dilation operation for 3×3 neighborhood structuring element with 4-connectivity or 8-connectivity is presented. Regions are marked with line segment encoding technique.
Update
: 2025-02-19
Size
: 7.53mb
Publisher
:
Cyy
[
Applications
]
Morphology
DL : 0
Morphological transformations are some simple operations based on the image shape. It is normally performed on binary images. It needs two inputs, one is our original image, second one is called structuring element or kernel which decides the nature of operation.
Update
: 2025-02-19
Size
: 3.41mb
Publisher
:
khicon
[
Special Effects
]
dilation
DL : 0
Dilation is one of the basic operations in mathematical morphology. Originally developed for binary images, it has been expanded first to gray scale images, and then to complete lattices. The dilation operation usually uses a structuring element for probing and expanding the shapes contained in the input image.
Update
: 2025-02-19
Size
: 18kb
Publisher
:
faisel
[
Other
]
morphology.tar
DL : 0
Morphological transformations are some simple operations based on the image shape. It is normally performed on binary images. It needs two inputs, one is our original image, second one is called structuring element or kernel which decides the nature of operation. Two basic morphological operators are Erosion and Dilation. Then its variant forms like Opening, Closing, Gradient etc also comes into play. We will see them one-by-one with help of following
Update
: 2025-02-19
Size
: 58kb
Publisher
:
sph
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.