integralImage property

bool? integralImage

Allows to build an integral image, taking into account the quality of fixation of each of the individual images.

Implementation

bool? get integralImage => _integralImage;
void integralImage=(bool? val)

Implementation

set integralImage(bool? val) {
  _integralImage = val;
  _set({"integralImage": val});
}