rc_integral_bin.h File Reference

Go to the source code of this file.

Functions

RC_EXPORT void rc_integral_sum_bin_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height)
 Integral image: binary source to 8-bit integral.
RC_EXPORT void rc_integral_sum_bin_u16 (uint16_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height)
 Integral image: binary source to 16-bit integral.
RC_EXPORT void rc_integral_sum_bin_u32 (uint32_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height)
 Integral image: binary source to 32-bit integral.

Function Documentation

RC_EXPORT void rc_integral_sum_bin_u16 ( uint16_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  src,
int  src_dim,
int  width,
int  height 
)

Integral image: binary source to 16-bit integral.

RC_EXPORT void rc_integral_sum_bin_u32 ( uint32_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  src,
int  src_dim,
int  width,
int  height 
)

Integral image: binary source to 32-bit integral.

RC_EXPORT void rc_integral_sum_bin_u8 ( uint8_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  src,
int  src_dim,
int  width,
int  height 
)

Integral image: binary source to 8-bit integral.


Generated on 1 Jun 2016 for RAPP Compute by  doxygen 1.6.1