Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
e395e030
Commit
e395e030
authored
Jul 08, 2014
by
edgarriba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Real Time Pose tutorial
parent
b74cfe8c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
0 deletions
+20
-0
pnp.jpg
doc/tutorials/calib3d/real_time_pose/images/pnp.jpg
+0
-0
registration.png
doc/tutorials/calib3d/real_time_pose/images/registration.png
+0
-0
real_time_pose.rst
doc/tutorials/calib3d/real_time_pose/real_time_pose.rst
+0
-0
real_time_pose_estimation.jpg
...e_of_content_calib3d/images/real_time_pose_estimation.jpg
+0
-0
table_of_content_calib3d.rst
...b3d/table_of_content_calib3d/table_of_content_calib3d.rst
+20
-0
No files found.
doc/tutorials/calib3d/real_time_pose/images/pnp.jpg
0 → 100644
View file @
e395e030
31.1 KB
doc/tutorials/calib3d/real_time_pose/images/registration.png
0 → 100644
View file @
e395e030
106 KB
doc/tutorials/calib3d/real_time_pose/real_time_pose.rst
0 → 100644
View file @
e395e030
This diff is collapsed.
Click to expand it.
doc/tutorials/calib3d/table_of_content_calib3d/images/real_time_pose_estimation.jpg
0 → 100644
View file @
e395e030
82.9 KB
doc/tutorials/calib3d/table_of_content_calib3d/table_of_content_calib3d.rst
View file @
e395e030
...
...
@@ -45,6 +45,25 @@ Although we got most of our images in a 2D format they do come from a 3D world.
:height: 90pt
:width: 90pt
+
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
===================== ==============================================
|PoseEstimation| **Title:** :ref:`realTimePoseEstimation`
*Compatibility:* > OpenCV 2.0
*Author:* Edgar Riba
Real time pose estimation of a textured object using ORB features, FlannBased matcher, PnP approach plus Ransac and Linear Kalman Filter to reject possible bad poses.
===================== ==============================================
.. |PoseEstimation| image:: images/real_time_pose_estimation.jpg
:height: 90pt
:width: 90pt
.. raw:: latex
\pagebreak
...
...
@@ -54,3 +73,4 @@ Although we got most of our images in a 2D format they do come from a 3D world.
../camera_calibration_square_chess/camera_calibration_square_chess
../camera_calibration/camera_calibration
../real_time_pose/real_time_pose
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment