Content deleted Content added
Ectech2000 (talk | contribs) mNo edit summary |
|||
Line 263:
%this part will filter the line
out_filter = bwareaopen(out, 50);
figure,imshow(
figure,imshow(out_filter),title('Detected Lines');
</syntaxhighlight>
|