Currently, I am focusing on my graduation project. I have created a basic JSARToolkit webpage that can identify markers and overlay objects on them.
For my main project, I plan to accurately measure the walls located behind the speakers and calculate their theoretical resonances.
My idea is to place markers on the walls (on the right, left, bottom, and top), use JSARToolkit to detect them through the camera, and utilize their transformation matrix to create planes with three.js on the canvas. My next challenge is to find the intersections of these planes in order to establish a 3D space and obtain precise measurements of the walls positioned behind the speakers.
Once I have determined the dimensions of the walls, my next goal will be to determine the positions of the speakers within the space. This is a complex task that I understand will require significant effort, so any assistance or guidance would be greatly appreciated. Thank you for your attention.