@author Xiangwei Wang
- Learn to model the relation between pixel depth and the pixel coordinate (together with optical flow) with ground truth data for specific scene
- Use the probability model to predict the depth of each feature
- Use the depth to predict the scale
- depth modelling
- image sequences
- ground truth motion scale(only scale is enough)
- Feature estimation and matching to formulate the (u,v,du,dv) and (u',v',-du,-dv)
- associate that with the absolute scale (u,v,du,dv,s) and (u',v',-du,-dv,-s)
- Use the data to model p(s|u,v,du,dv) by discrete model or ?