sainsc.LazyKDE.background

property sainsc.LazyKDE.background: ndarray[tuple[int, int], dtype[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[tuple[int, int], bool]