seems like it works good; need tests on real star

This commit is contained in:
2025-03-14 16:42:52 +03:00
parent 6ee58edc7d
commit 7a0acd14f5
15 changed files with 678 additions and 236 deletions

View File

@@ -54,6 +54,7 @@ typedef struct{
int steppersport; // port of local motors CAN server
int equalize; // make historam equalization of saved jpeg
// int medradius; // radius of median filter (r=1 -> 3x3, r=2 -> 5x5 etc.)
int chkconf; // check config file
int verb; // logfile verbosity level
int ndilations; // amount of erosions (default: 2)
int nerosions; // amount of dilations (default: 2)