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

  1. City Block Distance(D4): |xp -xq| + |yp -yq|
  2. Chess Board Distance(D8): max(|xp -xq|,|yp -yq|)
  3. 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.

References

Related

References