rapp_stat.h File Reference

RAPP statistical functions. More...

Go to the source code of this file.

Functions

int32_t rapp_stat_sum_bin (const uint8_t *buf, int dim, int width, int height)
 Binary image sum.
int32_t rapp_stat_sum_u8 (const uint8_t *buf, int dim, int width, int height)
 8-bit pixel sum.
int rapp_stat_sum2_u8 (const uint8_t *buf, int dim, int width, int height, uintmax_t sum[2])
 8-bit pixel squared sum.
int rapp_stat_xsum_u8 (const uint8_t *restrict src1, int src1_dim, const uint8_t *restrict src2, int src2_dim, int width, int height, uintmax_t sum[5])
 8-bit pixel cross sum.
int rapp_stat_min_bin (const uint8_t *buf, int dim, int width, int height)
 Binary pixel min.
int rapp_stat_max_bin (const uint8_t *buf, int dim, int width, int height)
 Binary pixel max.
int rapp_stat_min_u8 (const uint8_t *buf, int dim, int width, int height)
 8-bit pixel min.
int rapp_stat_max_u8 (const uint8_t *buf, int dim, int width, int height)
 8-bit pixel max.

Detailed Description

RAPP statistical functions.


Generated on 1 Jun 2016 for RAPP by  doxygen 1.6.1