sumangala
sumangala

Reputation: 11

8-connectivity areas of each edge

i extracted edges of palmprint using canny edge detection algorithm, now want to extract principal lines of palm in this for that i want for 8-connectivity areas of each edge.

thanks in advance

Upvotes: 0

Views: 613

Answers (1)

Jonas
Jonas

Reputation: 74940

To get 8-connected groups of pixels, you can use BWCONNCOMP. The connectivity is 8 by default.

Upvotes: 1

Related Questions