Chessboard detection: Difference between revisions

Content deleted Content added
matlab code was mostly comments and one standard library call; not informative
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 81:
The following [[MATLAB]] code generates the above images using the [http://www.mathworks.com/products/image/ Image Processing Toolbox]:
 
<sourcesyntaxhighlight lang="matlab">
% Load image
I = imread('Perspective_chessboard.png');
Line 123:
end
%--------------------------------------------------------------------------
</syntaxhighlight>
</source>
 
==See also==