Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L laser_plane_scanner
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Cmíral Jakub
  • laser_plane_scanner
  • Wiki
  • estimate_laser_plane

estimate_laser_plane · Changes

Page history
cmirajak created page: estimate_laser_plane authored Aug 17, 2016 by Cmíral Jakub's avatar Cmíral Jakub
Hide whitespace changes
Inline Side-by-side
estimate_laser_plane.md
View page @ 7f0be1f4
......@@ -47,7 +47,10 @@ To refine it, we know that the laser light should have normal distribution aroun
As you can see on pictures bellow, not all laser points are laying on chessboard so we select the only the one that does and transform them from image points to the camera coordinates.
We obtain these points for two different positions of chessboard and get a set of points, which are laying on the laser plane. Thereafter, we fit plane in-between points using singular value decomposition (svd) and receive the laser plane.
We obtain these points for two different positions of chessboard and get a set of points, which are laying on the laser plane. Thereafter, we fit plane in-between points using singular value decomposition (svd) and receive the laser plane equation as:
<img src="http://mathurl.com/zw2vhdq.png" />
![cal_down](http://gitlab.ciirc.cvut.cz/cmirajak/laser_plane_scanner/uploads/7841763e62cef8cf4847b530d4ad1ca9/cal_down.png)
......
Clone repository
  • estimate_laser_plane
  • find_camera_mtx
  • Home
  • laser_trace
  • new_base_coords
  • rotation_table
  • simple setup