1 / 11

Designing and implementing a method for locating and presenting a Laser pointer spot

Designing and implementing a method for locating and presenting a Laser pointer spot. Eran Korkidi Gil-Ad Ben-Or. Introduction. The project presented here describes an alternative method for controlling a mouse using a laser pointer when showing a presentation. The purpose of the project.

Download Presentation

Designing and implementing a method for locating and presenting a Laser pointer spot

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Designing and implementing a method for locating and presenting a Laser pointer spot Eran Korkidi Gil-Ad Ben-Or

  2. Introduction The project presented here describes an alternative method for controlling a mouse using a laser pointer when showing a presentation.

  3. The purpose of the project Locating and presenting the spot of a laser pointer on a projection screen can be useful for many applications, for example: • Enhancing laser pointer appearance on screen. • By presenting the laser point via the computer, we can sketch contours on the projection. • Replacement Interface for a Wireless Mouse.

  4. Our solution Detecting the red spot of the laser pointer is done by a camera. The camera is directed to the projection screen, and calibrated according to the specifications of the relevant projected area, focus and zoom.

  5. Our solution After The camera locates the laser spot on the screen, the program updates the pointer state, taking into consideration the location of the spotted point and presents it via the projector.

  6. Algorithm • Find the brightest area on the screen. • Average positions of all bright points on the screen to extract pointer location. • Transform the resulting coordinates to screen coordinates. • Update pointer position.

  7. Experiments and results First experiments were made with a adjacent frame difference approach. The results show that with the equipment we used, there is a need for another level of filtering.

  8. Improving the solution Experiments and results Problem: Finding a small spot on the screen is problematic due to high rates of noise. Solution: Use an infrared camera and laser pointer let us “see” only the laser pointer and ignore background noise.

  9. Experiments and results Improving the solution IR experiments: The following picture introduce our interface and was taken by an IR camera

  10. Recommended Further work • Implementation of kalman filter for contour estimation, thus inhibiting any unwelcome disturbance or noise. • Full Interface interaction with the mouse cursor while lecturing with a presentation. • Support a wider range of cameras, using less expensive cameras.

  11. Conclusion • Our goal in this project was to design a system that locates a laser spot and presents it via projector. • The solution described here answer the problem that presented above. • Future work is needed to implement better IR system and Additive Kalman Filter.

More Related