Ask Your Question
0

motion indicator

asked 2016-04-17 00:15:38 -0600

can gravatar image

Hello,how can i build a simple motion indicator?For example; i want it to show a single value between let's say 1-100 where 1 would be no motion at all and 100 would be huge amounts of movement like the shaking of a handycam.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2016-04-18 04:49:45 -0600

One of the biggest background subtraction libraries out there, bgslibrary, has tons of algorithms doing exactly what you need (https://github.com/andrewssobral/bgsl...), the more front movement, the heavier your indicator!

edit flag offensive delete link more
0

answered 2016-04-17 01:13:26 -0600

Tetragramm gravatar image

Try looking at different image stabilization algorithms. They have to determine the motion to compensate for it, so you can use that as your metric. Determining what the 100 end of the scale is would be a situation dependent thing, where you analyze a bunch of videos and rate them yourself then pick the best fit.

edit flag offensive delete link more

Comments

any links?

can gravatar imagecan ( 2016-04-17 09:46:16 -0600 )edit
Tetragramm gravatar imageTetragramm ( 2016-04-17 14:22:53 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-17 00:15:38 -0600

Seen: 425 times

Last updated: Apr 18 '16