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 16, 2016 by Cmíral Jakub's avatar Cmíral Jakub
Hide whitespace changes
Inline Side-by-side
estimate_laser_plane.md
View page @ f2f34763
......@@ -4,6 +4,12 @@ We will use pinhole camera model for finding 3D points ![alt text](http://mathur
<img src="http://mathurl.com/hbtk24o.png" /> ,
where **K** is the camera metrix from [here](find_camera_mtx)
where **K** is the camera matrix from [there](find_camera_mtx), [**R**|t] is transformation matrix and s is integer number parameter.
We must find some points in space with
\ No newline at end of file
![pinhole_camera_model](http://gitlab.ciirc.cvut.cz/cmirajak/laser_plane_scanner/uploads/17854790f79da224f708e89ded8d3453/pinhole_camera_model.png)
Picture is borrowed from [there](http://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html)
### Finding points on laser plane
The equation for pinhole camera is under-determined so we have to find one more condition to estimate the position ![alt text](http://mathurl.com/hj835tq.png) using only projection coordinates ![alt text](http://mathurl.com/hw2kh9a.png).
\ No newline at end of file
Clone repository
  • estimate_laser_plane
  • find_camera_mtx
  • Home
  • laser_trace
  • new_base_coords
  • rotation_table
  • simple setup