Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - structuring dilation
Search - structuring dilation - List
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

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

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

很齐全的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

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

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

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.