rapp_thresh.h File Reference

RAPP thresholding to binary. More...

Go to the source code of this file.

Functions

int rapp_thresh_gt_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int thresh)
 Single thresholding greater-than.
int rapp_thresh_lt_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int thresh)
 Single thresholding less-than.
int rapp_thresh_gtlt_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int low, int high)
 Double thresholding greater-than AND less-than.
int rapp_thresh_ltgt_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int low, int high)
 Double thresholding less-than OR greater-than.
int rapp_thresh_gt_pixel_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict thresh, int thresh_dim, int width, int height)
 Pixelwise single thresholding greater-than.
int rapp_thresh_lt_pixel_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict thresh, int thresh_dim, int width, int height)
 Pixelwise single thresholding less-than.
int rapp_thresh_gtlt_pixel_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict low, int low_dim, const uint8_t *restrict high, int high_dim, int width, int height)
 Pixelwise double thresholding greater-than AND less-than.
int rapp_thresh_ltgt_pixel_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict low, int low_dim, const uint8_t *restrict high, int high_dim, int width, int height)
 Pixelwise double thresholding less-than OR greater-than.

Detailed Description

RAPP thresholding to binary.


Generated on 1 Jun 2016 for RAPP by  doxygen 1.6.1