hi_stitching_histogram_type

Description

Defines the histogram statistics type of surround-view stitching.

Prototype

typedef enum {
    OVERLAP_HISTOGRAM = 0,    // Histogram statistics of eight overlapping regions
    GLOBAL_HISTOGRAM,         // Histogram statistics of the four input images
} hi_stitching_histogram_type;