File: table_of_content_calib3d.markdown

package info (click to toggle)
opencv 3.2.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 238,480 kB
  • sloc: xml: 901,650; cpp: 703,419; lisp: 20,142; java: 17,843; python: 17,641; ansic: 603; cs: 601; sh: 516; perl: 494; makefile: 117
file content (43 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Camera calibration and 3D reconstruction (calib3d module) {#tutorial_table_of_content_calib3d}
==========================================================

Although we got most of our images in a 2D format they do come from a 3D world. Here you will learn
how to find out from the 2D images information about the 3D world.

-   @subpage tutorial_camera_calibration_square_chess

    *Compatibility:* \> OpenCV 2.0

    *Author:* Victor Eruhimov

    You will use some chessboard images to calibrate your camera.

-   @subpage tutorial_camera_calibration

    *Compatibility:* \> OpenCV 2.0

    *Author:* Bernát Gábor

    Camera calibration by using either the chessboard, circle or the asymmetrical circle
    pattern. Get the images either from a camera attached, a video file or from an image
    collection.

-   @subpage tutorial_real_time_pose

    *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.

-   @subpage tutorial_interactive_calibration

    *Compatibility:* \> OpenCV 3.1

    *Author:* Vladislav Sovrasov

    Camera calibration by using either the chessboard, chAruco, asymmetrical circle or dual asymmetrical circle
    pattern. Calibration process is continious, so you can see results after each new pattern shot.
    As an output you get average reprojection error, intrinsic camera parameters, distortion coefficients and
     confidence intervals for all of evaluated variables.