![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for coorlist:Data Fields | |
| int | x |
| int | y |
| struct coorlist * | next |
Chained list of coordinates.
Definition at line 183 of file ashift_lsd.c.
| struct coorlist* coorlist::next |
Definition at line 186 of file ashift_lsd.c.
Referenced by LineSegmentDetection(), and ll_angle().
| int coorlist::x |
Definition at line 185 of file ashift_lsd.c.
Referenced by LineSegmentDetection(), and ll_angle().
| int coorlist::y |
Definition at line 185 of file ashift_lsd.c.
Referenced by isaligned(), LineSegmentDetection(), and ll_angle().