integralImage property
bool?
get
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;
set
integralImage
(bool? val)
Implementation
set integralImage(bool? val) {
_integralImage = val;
_set({"integralImage": val});
}