... | ... | @@ -4,6 +4,12 @@ We will use pinhole camera model for finding 3D points 
|
|
|
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 |
|
|

|
|
|
|
|
|
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  using only projection coordinates . |
|
|
\ No newline at end of file |