Code Reference: Difference between revisions

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


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


::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">FindChessboardCorners()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">StereoCalibrate()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">cvStereoRectify()</syntaxhighlight>
::*<syntaxhighlight lang="csharp">IntrinsicCameraParameters</syntaxhighlight>
::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight>

Revision as of 14:46, 13 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()
  • FindChessboardCorners()
  • StereoCalibrate()
  • cvStereoRectify()
  • IntrinsicCameraParameters
  • ExtrinsicCameraParameters