开发者

8-connectivity areas of each edge

开发者 https://www.devze.com 2023-02-08 23:04 出处:网络
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. 开发者_运维问答

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消