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

variable bitmap

uint8_t bitmap[JS_CAMERA_IMAGE_DATA_MAX_HEIGHT][JS_CAMERA_IMAGE_DATA_MAX_WIDTH];


The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-cpp/api/src/joescan_pinchot.h