Advertisement

Shaking & tilting

Started by October 18, 2014 03:39 PM
-1 comments, last by Kaptein 10 years, 4 months ago

Hey guys,

I am making a rating system for shaking/tilting videos, where the incoming data is (unfortunately) integers that are counters for when the video is shaking or tilting outside of expected "good" dead-zone. Video duration, shaking, tilt, width, height.

I was thinking that I might map the rating using a curve that as the integer approaches "infinity" my internal shaking value approaches 1.0

Then do the same with tilt. Now I am just using hyperbolic tan.

What would you do, and how do I create this curve in such a way that it rises logarithmically?

If the current system we are using (the counters) is really bad, what do you suggest instead?

This topic is closed to new replies.

Advertisement