rc_integral.h File Reference

Go to the source code of this file.

Functions

RC_EXPORT void rc_integral_sum_u8_u16 (uint16_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height)
 Integral image: 8-bit source to 16-bit integral.
RC_EXPORT void rc_integral_sum_u8_u32 (uint32_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height)
 Integral image: 8-bit source to 32-bit integral.
RC_EXPORT void rc_integral_hist_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict bin, int bin_dim, int width, int height, int num_bins)
 Integral histogram: 8-bit bin indices to 8-bit integral.
RC_EXPORT void rc_integral_hist_u16 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict bin, int bin_dim, int width, int height, int num_bins)
 Integral histogram: 8-bit bin indices to 16-bit integral.
RC_EXPORT void rc_integral_hist_u32 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict bin, int bin_dim, int width, int height, int num_bins)
 Integral histogram: 8-bit bin indices to 32-bit integral.

Function Documentation

RC_EXPORT void rc_integral_hist_u16 ( uint8_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  bin,
int  bin_dim,
int  width,
int  height,
int  num_bins 
)

Integral histogram: 8-bit bin indices to 16-bit integral.

RC_EXPORT void rc_integral_hist_u32 ( uint8_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  bin,
int  bin_dim,
int  width,
int  height,
int  num_bins 
)

Integral histogram: 8-bit bin indices to 32-bit integral.

RC_EXPORT void rc_integral_hist_u8 ( uint8_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  bin,
int  bin_dim,
int  width,
int  height,
int  num_bins 
)

Integral histogram: 8-bit bin indices to 8-bit integral.

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

Integral image: 8-bit source to 16-bit integral.

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

Integral image: 8-bit source to 32-bit integral.


Generated on 1 Jun 2016 for RAPP Compute by  doxygen 1.6.1