videolevels: add ROI properties, defaulting to center half of image
This commit is contained in:
@@ -85,12 +85,17 @@ struct _GstVideoLevels
|
||||
gint upper_output;
|
||||
gfloat lower_pix_sat;
|
||||
gfloat upper_pix_sat;
|
||||
gint roi_x;
|
||||
gint roi_y;
|
||||
gint roi_width;
|
||||
gint roi_height;
|
||||
|
||||
/* tables */
|
||||
gpointer lookup_table;
|
||||
|
||||
GstVideoLevelsAuto auto_adjust;
|
||||
guint64 interval;
|
||||
gboolean check_roi;
|
||||
gint nbins;
|
||||
gint * histogram;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user