Parents : Mathematics In Digital Image Processing
| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
Distance between pixels is the distance between two pixels in an image which also exist in given set of values(V).
Types of Distances
- City Block Distance(D4): |xp -xq| + |yp -yq|
- Chess Board Distance(D8): max(|xp -xq|,|yp -yq|)
- Mixed Distance(Dm) Use the values in the V to trace the path. Here the D4 and D8 doesn’t depend on gray level or value in V.