Content deleted Content added
Ectech2000 (talk | contribs) mNo edit summary |
Ectech2000 (talk | contribs) |
||
Line 249:
== Code example ==
The code below was used to detect only the vertical lines in an image using Matlab
[[File:LineImage.jpg.png|thumb|line detection]] <syntaxhighlight lang="matlab" line="1"> clear all
clc
|