Skip to content

Commit

Permalink
docs(a small mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyuownu committed Mar 22, 2018
1 parent e572236 commit e68f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch7/pose_estimation_2d2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main ( int argc, char** argv )
Mat t_x = ( Mat_<double> ( 3,3 ) <<
0, -t.at<double> ( 2,0 ), t.at<double> ( 1,0 ),
t.at<double> ( 2,0 ), 0, -t.at<double> ( 0,0 ),
-t.at<double> ( 1.0 ), t.at<double> ( 0,0 ), 0 );
-t.at<double> ( 1,0 ), t.at<double> ( 0,0 ), 0 );

cout<<"t^R="<<endl<<t_x*R<<endl;

Expand Down

0 comments on commit e68f9f5

Please sign in to comment.