I am currently working on my graduation. At the time, I build a simple JSARToolkit page that recognises markers and puts objects over it.
My "big project" will be about getting real measures of the walls that stand behind the speakers and calculate their theoric resonances.
I thought to put markers on the walls (right,left, bottom and top), detect them through the camera using jsartoolkit and use them (and their transformation matrix) to build planes with three.js on my canvas. I need now to detect the intersections of the planes to get a 3D space.. and start to get the real measures of the walls behind the speakers.
The next step would be to get speakers positions in space.. But for now I need the dimensions of the walls... It's a hard work I know, I will really appreciate any help.. thanks for the attention..