|
Pixel's speed Soufiane from Canada [2 posts] |
15 year
|
How can I estimate the speed's motion of pixels from one image to another (in pixel/second) ?
|
|
|
Anonymous |
15 year
|
Yes, you can calculate pixels per second as long as you know how many pixels an object as moved (i.e. pixel distance) and the exact timing of the two samples. The division would give you pixels per second.
First step is to reliably track the object you want to. Have you accomplished that? Do you have a COG type variable that indicates where the object is?
STeven.
|
|
|
Soufiane from Canada [2 posts] |
15 year
|
Yes, I have the COG of the object that i'm tracking
|
|