Code Reference: Difference between revisions

From EMGU
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


==Camera Calibration==
==Camera Calibration==
[http://www.emgu.com/wiki/index.php/Camera_Calibration Camera Calibration] : Shows the use of the camera calibration function within EMGU,
[http://www.emgu.com/wiki/index.php/Camera_Calibration Camera Calibration] : Shows the use of the camera calibration method within EMGU,


::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight>
Line 11: Line 11:
::*<syntaxhighlight lang="csharp">IntrinsicCameraParameters</syntaxhighlight>
::*<syntaxhighlight lang="csharp">IntrinsicCameraParameters</syntaxhighlight>
::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight>
::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight>
Stereo Imaging : Shows the use of the camera calibration StereoCalibrate method within EMGU,
::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight>

Revision as of 14:55, 12 November 2012


C#

Camera Calibration

Camera Calibration : Shows the use of the camera calibration method within EMGU,

  • Capture()
  • CalibrateCamera()
  • FindChessboardCorners()
  • IntrinsicCameraParameters
  • ExtrinsicCameraParameters

Stereo Imaging : Shows the use of the camera calibration StereoCalibrate method within EMGU,


  • Capture()