Expand description
Image Processing and Thresholding Utilities for WebARKitLib Translated from ARToolKit C headers (arImageProc.h, arImageProc.c)
Structs§
- ARImage
Proc Info - 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