![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _runs_t:Data Fields | |
| int | total |
| int | largest |
| int | cx |
| int | cy |
How much coverage disagrees with the reference, and where the largest connected run is.
Definition at line 264 of file masks_geometry.c.
| int _runs_t::cx |
Definition at line 268 of file masks_geometry.c.
Referenced by _judge_raster().
| int _runs_t::cy |
Definition at line 269 of file masks_geometry.c.
Referenced by _judge_raster().
| int _runs_t::largest |
Definition at line 267 of file masks_geometry.c.
Referenced by _judge_raster().
| int _runs_t::total |
Definition at line 266 of file masks_geometry.c.
Referenced by _coverage_runs(), and _judge_raster().