Ask Your Question

htrees's profile - activity

2018-12-01 01:06:58 -0600 received badge  Popular Question (source)
2013-02-11 07:42:45 -0600 received badge  Student (source)
2013-02-11 06:14:57 -0600 commented question Indoor navigation with OpenCV

Objects in the room are static. The idea is to create system for 3d positioning in small room, so the precision must be 1-2 cm, I think.

2013-02-11 06:06:46 -0600 asked a question Indoor navigation with OpenCV

Hi there! I am creating indoor navigating system for smartphone(Android) based only on its sensors (accelerometer, magnetometer and gyro) and camera. Three sensors well with rotation detection, but the calculation of linear movement are based on double integration of accelerometer reading with all its noise, and here we get big and fast growing error. So linear movement I decided to detect with camera and OpenCV, and here is some questions:

How precise linear movement detection can be using a single camera? What precision can be achieved with stereo camera? Is it possible to connect external stereo camera to the android phone?

System will work in quite close room with a lot of objects in it.

From Russia with love, and sorry for my English:).