Go to the source code of this file.
Compounds | |
| class | Point |
Typedefs | |
| typedef Point | Pt |
Functions | |
| Point | FollowingPoint (Pt &, int) |
| bool | ValidPoint (Pt &, int, int) |
| int | SearchPoint (vector< Point > &, Pt) |
| bool | ConnectivityTest (Pt &, Pt &) |
| void | VPPrint (vector< Pt > &) |
| void | VVPPrint (vector< vector< Pt > > &) |
| void | LPPrint (list< Pt > &) |
|
|
struct point |
|
||||||||||||
|
connectivity test between two given points |
|
||||||||||||
|
find a following point according to a freeman direction |
|
|
print pt vector |
|
||||||||||||
|
|
|
||||||||||||||||
|
test a valid point according to an image's size |
|
|
print pt vector |
|
|
print vector of pt vector |
1.3