Code Reference: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight> | ::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight> | ||
Stereo Imaging : Shows the use of the camera calibration StereoCalibrate method within EMGU, | [http://www.emgu.com/wiki/index.php?title=Stereo_Imaging Stereo Imaging] : Shows the use of the camera calibration StereoCalibrate method within EMGU, | ||
::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight> | ::*<syntaxhighlight lang="csharp">Capture()</syntaxhighlight> | ||
Line 20: | Line 20: | ||
::*<syntaxhighlight lang="csharp">IntrinsicCameraParameters</syntaxhighlight> | ::*<syntaxhighlight lang="csharp">IntrinsicCameraParameters</syntaxhighlight> | ||
::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight> | ::*<syntaxhighlight lang="csharp">ExtrinsicCameraParameters</syntaxhighlight> | ||
::*<syntaxhighlight lang="csharp">StereoSGBM()</syntaxhighlight> | |||
::*<syntaxhighlight lang="csharp">ReprojectImageTo3D()</syntaxhighlight> |
Revision as of 14:03, 16 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
StereoSGBM()
ReprojectImageTo3D()