L1 - Median (a multivariate median)
- From: "aruzinsky" <aruzinsky@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 05 Feb 2006 18:50:43 -0500
There are several papers that give algorithms that are described as
"simple" and "rapidly converging", however, I find that naive
implementations are not robust to finite precision arithmetic. For
example, a test such as "if(x==0)" must be replaced with "if(x<epsilon),
where epsilon is a small number.
Making the modifications to deal with finite precision arithmetic has been
a real headache. Does anyone have working source code that I can examine?
Incidentally, in case you are wondering, I am using this to remove passing
objects from stacked images.
.
- Follow-Ups:
- Re: L1 - Median (a multivariate median)
- From: Martin Leese
- Re: L1 - Median (a multivariate median)
- From: progea
- Re: L1 - Median (a multivariate median)
- Prev by Date: Re: Downsample and then reconstruct an image.
- Next by Date: Re: L1 - Median (a multivariate median)
- Previous by thread: Target Motion Estimation from noisy images
- Next by thread: Re: L1 - Median (a multivariate median)
- Index(es):
Relevant Pages
|