Chessboard detection: Difference between revisions

Content deleted Content added
No edit summary
Line 164:
*[[Structure tensor| Structure tensor matrix]]
*[[Hough transform]]
 
==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
* [http://www.vision.caltech.edu/bouguetj/calib_doc/htmls/example.html Multiplane Camera Calibration From Multiple Chessboard Views] - MATLAB example of applying multiview auto-calibration to a series of chessboard images
* [http://www.mathworks.com/help/vision/ref/detectcheckerboardpoints.html MATLAB chessboard detection] - MATLAB function from the [http://www.mathworks.com/products/computer-vision/ Computer Vision System Toolbox] for detecting chessboards in images
* [http://docs.opencv.org/doc/tutorials/calib3d/camera_calibration_square_chess/camera_calibration_square_chess.html OpenCV chessboard detection] - OpenCV function for detecting chessboards in images
* [http://www.mathworks.com/help/images/ref/corner.html MATLAB Harris corner detection] - MATLAB function for performing Harris corner detection
* [http://docs.opencv.org/doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.html OpenCV Harris corner detection] - OpenCV function for performing Harris corner detection
* [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
 
==Further reading==
Line 193 ⟶ 180:
<references/>
 
==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
* [http://www.vision.caltech.edu/bouguetj/calib_doc/htmls/example.html Multiplane Camera Calibration From Multiple Chessboard Views] - MATLAB example of applying multiview auto-calibration to a series of chessboard images
* [http://www.mathworks.com/help/vision/ref/detectcheckerboardpoints.html MATLAB chessboard detection] - MATLAB function from the [http://www.mathworks.com/products/computer-vision/ Computer Vision System Toolbox] for detecting chessboards in images
* [http://docs.opencv.org/doc/tutorials/calib3d/camera_calibration_square_chess/camera_calibration_square_chess.html OpenCV chessboard detection] - OpenCV function for detecting chessboards in images
* [http://www.mathworks.com/help/images/ref/corner.html MATLAB Harris corner detection] - MATLAB function for performing Harris corner detection
* [http://docs.opencv.org/doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.html OpenCV Harris corner detection] - OpenCV function for performing Harris corner detection
* [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
[[Category:Feature detection (computer vision)]]