Morphological filter for one dimensional signal

  • Follow


hi, how can i use open-closing operation with a structuring element se= at² + b (parabola), how can i creat this SE? 
thanks 
0
Reply tarek 1/20/2010 6:08:04 PM

On Jan 20, 1:08=A0pm, "tarek tarek" <tarekco...@gmail.com> wrote:
> hi, how can i use open-closing operation with a structuring element se=3D=
 at=B2 + b (parabola), how can i creat this SE?
> thanks
---------------------------------------------------------------------------=
-------------------------------------------------------------------------
Sounds like maybe you're using the method of "alternating sequential
filters" - http://www.esiee.fr/~coupriem/Pdf/cb04.pdf
where you smooth a signal through repeated use of opening/closing
pairs.

If you have the image processing toolbox, you can use imerode(),
imdilate(), imclose(), and imopen().  These work with 1D vectors as
well as 2D planar images and nD hyperdimensional images.  Just make up
your 1D signal that is a parabola for your structuring element and
pass it in.
0
Reply ImageAnalyst 1/20/2010 6:24:48 PM


1 Replies
440 Views

(page loaded in 1.939 seconds)

Similiar Articles:













7/24/2012 1:54:48 PM


Reply: