How to detect edges in a image, and create a mask (matlab) - Stack ...

Posted by Unknown on Thursday, December 26, 2013

filter=[1 2 1;0 0 0;-1 -2 -1]; image=imread('boat.jpg'); image_edge=filter2(filter ... is your filter extracting both vertical and horizontal edges? Because the ...

more

{ 0 comments... » How to detect edges in a image, and create a mask (matlab) - Stack ... read them below or add one }

Post a Comment

Popular Posts