diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index d6e22aee..f60af673 100644 --- a/src/image.h +++ b/src/image.h @@ -82,6 +82,7 @@ typedef struct _imagefeaturelist ImageFeatureList; * int i0_available; * double osf; * double profile_radius; + * int pr_dud; * * int width; * int height; @@ -143,6 +144,7 @@ struct image { * from the input. */ double osf; /* Overall scaling factor */ double profile_radius; /* Radius of reflection */ + int pr_dud; /* Post refinement failed */ int width; int height; |