Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB

Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB - we say welcome to you who have been searching for information via search engines such as Google, in a blog Tech Gallery, now we will discuss information about the Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB, we have been looking for a lot of information from a trusted and collect it in this blog, so you get the information complete and easy to understand, please read through:


You can also see our article on:


Abstract 
We propose an efficient and deterministic algorithm for computing the one-dimensional dilation and erosion (max and min) sliding window filters. For a p-element sliding window, our algorithm computes the 1D filter using 1:5 þ oð1Þ comparisons per sample point. Our algorithm constitutes a deterministic improvement over the best previously known such algorithm, independently developed by van Herk [25] and by Gil and Werman [12] (the HGW algorithm). Also, the results presented in this paper constitute an improvement over the Gevorkian et al. [9] (GAA) variant of the HGW algorithm. The improvement over the GAA variant is also in the computation model. The GAA algorithm makes the assumption that the input is independently and identically distributed (the i.i.d. assumption), whereas our main result is deterministic. We also deal with the problem of computing the dilation and erosion filters simultaneously, as required, e.g., for computing the unbiased morphological edge. In the case of i.i.d. inputs, we show that this simultaneous computation can be done more efficiently then separately computing each. We then turn to the opening filter, defined as the application of the min filter to the max filter and give an efficient algorithm for its computation. Specifically, this algorithm is only slightly slower than the computation of just the max filter. The improved algorithms are readily generalized to two dimensions (for a rectangular window), as well as to any higher finite dimension (for a hyperbox window), with the number of comparisons per window remaining constant. For the sake of concreteness, we also make a few comments on implementation considerations in a contemporary programming language.
efficient Dilation, Erosion, Opening, and Closing Algorithms
Figure : The effect of the opening (top) and closing (bottom) filters. (Original image is shown on left frame, followed by the filtered image using rectangular windows sized 2x2, 4x4, 8x8, and 16x16.)


Paper link in IEEE


IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE,
VOL. 24, NO. 12, DECEMBER 2002


Here is the MATLAB code for the same paper is availabe on git hub 


Information about the Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB we have conveyed

A few of our information about the Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB, I hope you can exploit carefully

You have finished reading Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB and many articles about Tech Gallery in our blog this, please read it. and url link of this article is https://littlebitjohnny.blogspot.com/2014/05/efficient-dilation-erosion-opening-and.html Hopefully discussion articles on provide more knowledge about the world of new tech gadgets.

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : Efficient Dilation, Erosion, Opening, and Closing Algorithms in MATLAB

0 comments:

Post a Comment