InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Path? |
|
Answer» <P>PATH from pixel p with co-ordinates (x, y) to pixel Q with co-ordinates (s,t) is a sequence of DISTINCT pixels with co-ordinates. Path from pixel p with co-ordinates (x, y) to pixel q with co-ordinates (s,t) is a sequence of distinct pixels with co-ordinates. |
|