sainsc.LazyKDE.background

property sainsc.LazyKDE.background: numpy.typing.NDArray[numpy.bool_] | None

Map of pixels that are assigned as background.

Raises:
  • TypeError – If setting with array that is not of type numpy.bool.

  • ValueError – If setting with array that has different shape than self.

Type:

ndarray[bool]