diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h index 30c2f44c..4a983313 100644 --- a/src/detector.h +++ b/src/detector.h @@ -26,8 +26,10 @@ struct panel int max_x; /* Largest x value considered to be in this panel */ int min_y; /* ... and so on */ int max_y; - float cx; /* Location of centre */ + float cx; /* Location of centre */ float cy; + float clen; /* Camera length */ + float res; /* Resolution */ }; struct detector |