aboutsummaryrefslogtreecommitdiffstats
path: root/color_pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'color_pipe.h')
-rw-r--r--color_pipe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/color_pipe.h b/color_pipe.h
index b4c50da..9b52f23 100644
--- a/color_pipe.h
+++ b/color_pipe.h
@@ -293,10 +293,10 @@ struct trapcorr_data_t {
int bit_channel; ///< Bits per color channel.
int width; ///< image width in number of pixels
int height; ///< image height in number of pixels
- float wv; ///< vertical correction weight in per cent (NOTE not implemented yet!)
- float wh; ///< horizontal correction weight in per cent
- float wv_new; ///< this vertical correction weight in per cent is changed by API call (use double buffering) (NOTE not implemented yet!)
- float wh_new; ///< this horizontal correction weight in per cent is changed by API call (use double buffering)
+ float wv; ///< vertical correction weight in per cent (range: -100.0 to +100.0) (NOTE not implemented yet!)
+ float wh; ///< horizontal correction weight in per cent (range: -100.0 to +100.0)
+ float wv_new; ///< double buffered vertical correction weight
+ float wh_new; ///< double buffered horizontal correction weight
int map_init; ///< flag indicating perspective correction map is initialized