This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

H3A数据格式



从IPNC4.0中的AE算法中,了解到H3A统计关于AEW数据的结构体,能否分别介绍一下这个成员变量表示的意思么?最近在研究AE算法。

typedef struct {

    Uint16  subSampleAcc[4];

    Uint16  saturatorAcc[4];

    Uint32  sumOfSquares[4]; ///< AE/AWB packet format for sum of square mode

  } CSL_H3aAewbOutSumModeOverlay;

  typedef struct {

    Uint16  unsatCount[8];

  } CSL_H3aAewbOutUnsatBlkCntOverlay;