Jump to content

Canny edge detector: Difference between revisions

Line 759:
)
 
NB. given the edge points, find the edges
step5 =: connect
 
canny =: 3step5 :@ 0step4 @ step3 @ step2 @ step1
image =. y
image =. step1 image
image =. step2 image
image =. step3 image
image =. step4 image
image =. step5 image
)
 
</lang>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.