Skip to main content

Module image_proc

Module image_proc 

Source
Expand description

Image Processing and Thresholding Utilities for WebARKitLib Translated from ARToolKit C headers (arImageProc.h, arImageProc.c)

Structs§

ARImageProcInfo
Structure holding settings for an instance of the image-processing pipeline

Functions§

box_filter_h_scalar
box_filter_v_scalar
rgb_to_gray
Convert an RGB buffer to a grayscale (luma) buffer using BT.601 coefficients.
rgba_to_gray
Convert an RGBA buffer to a grayscale (luma) buffer using BT.601 coefficients.
rgba_to_gray_scalar