Re: Motion estimation vs. background subtraction
- From: "Dave Robinson" <dave.robinson@xxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 14:32:02 +0000 (UTC)
"Torvald Helmer" <torvald.helmer@xxxxxxxxxxxxx> wrote in
message <frbbrd$k4h$1@xxxxxxxxxxxxxxxxxx>...
I might be asking a lot of silly questions now :)for
I just want to make sure I got everything right.
Computing the mean pixel intesity is okay, and thereby
create a new image set as the background.
The sigma on the other hand, I know how to calculate it
a set of values, but how to do it for a set of images? DoI
calculate the std.dev. for a set, in this case with thefrom
size of 10 values, of pixels containing of all pixels
position (1,1), and then do the same with a set of pixelshave
from position (1,2) until position (n,m). And then do a
std.dev. on all of these values again. So in the end I
just one value containing the std.dev, or can I do a mean
of all the std.dev values I get from each pixel-position.
Hope you understand what I meant here.
In this application the following attempts to explain what
I mean by the mean and standard deviation images.
If your image frame is say n x m pixels, then you have n x
m mean values and n x m standard deviation values.
You need to visualize a sequence of say 10 frames as an n x
m parallel stream of 10 numbers, So you end up with a mean
image of n x m pixels and a standard deviation image of n x
m pixels, where the pixel of each of these statistical
images is generated from a sequence of 10 numbers.
Hope that helps
Regards
Dave Robinson
.
- Follow-Ups:
- Re: Motion estimation vs. background subtraction
- From: Torvald Helmer
- Re: Motion estimation vs. background subtraction
- References:
- Motion estimation vs. background subtraction
- From: Torvald Helmer
- Re: Motion estimation vs. background subtraction
- From: Dave Robinson
- Re: Motion estimation vs. background subtraction
- From: Torvald Helmer
- Re: Motion estimation vs. background subtraction
- From: Dave Robinson
- Re: Motion estimation vs. background subtraction
- From: Torvald Helmer
- Motion estimation vs. background subtraction
- Prev by Date: Re: Set matrix limits
- Next by Date: memory pb using acq toolbox
- Previous by thread: Re: Motion estimation vs. background subtraction
- Next by thread: Re: Motion estimation vs. background subtraction
- Index(es):
Relevant Pages
|