[go: up one dir, main page]

0% found this document useful (0 votes)
19 views47 pages

Digital Image Processing

The document discusses digital image processing with a focus on connectivity in grid-based systems. It emphasizes prioritizing 4-adjacency over 8-adjacency when making connections, particularly in city block scenarios where diagonal travel is not considered. Additionally, it highlights the importance of finding the shortest path while adhering to these adjacency rules.

Uploaded by

manishkohli030
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views47 pages

Digital Image Processing

The document discusses digital image processing with a focus on connectivity in grid-based systems. It emphasizes prioritizing 4-adjacency over 8-adjacency when making connections, particularly in city block scenarios where diagonal travel is not considered. Additionally, it highlights the importance of finding the shortest path while adhering to these adjacency rules.

Uploaded by

manishkohli030
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 47

Digital Image Processing

If connections can be made using 4 and 8 both, then give priority to 4


Here in city block, we do not travel diagonally.( like 4 -adjacency )

like 8 - adj
For Dm , always look for the shortest path and if we have 4 and 8 adj , take 4.

You might also like