Chessboard detection: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Added link to mrgingham
Line 156:
==External links==
 
The following links are pointers to popular [[MATLAB]] and [[OpenCV]] implementations of chessboard-related computer vision algorithms.
* [http://www.vision.caltech.edu/bouguetj/calib_doc/ Camera Calibration Toolbox for MATLAB] - MATLAB toolbox implementing many common camera calibration methods
* [http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html Camera Calibration and 3D Reconstruction] - OpenCV implementation of many common camera calibration methods
Line 166:
* [http://www.mathworks.com/help/images/hough-transform.html MATLAB Hough transform] - MATLAB function for computing the Hough transform
* [http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html OpenCV Hough transform] - OpenCV function for computing the Hough transform
* [https://github.com/dkogan/mrgingham/] - mrgingham tool for detection of chessboards
 
[[Category:Feature detection (computer vision)]]