Skip to content

Struct jsExclusionMask

ClassList > jsExclusionMask

Structure used to define which pixels in the camera to exclude from scan data.

  • #include <joescan_pinchot.h>

Public Attributes

Type Name
uint8_t bitmap
A 2D array with each entry representing one pixel in view of the camera. Setting to a non-zero value will block that pixel from being used when scanning; ensuring no scan data being generated at that point.

Public Attributes Documentation

bitmap

A 2D array with each entry representing one pixel in view of the camera. Setting to a non-zero value will block that pixel from being used when scanning; ensuring no scan data being generated at that point.

uint8_t bitmap[JS_CAMERA_IMAGE_DATA_MAX_HEIGHT][JS_CAMERA_IMAGE_DATA_MAX_WIDTH];