Footprint#
- class scarlet2.detect.Footprint(footprint: ndarray, peaks: list[Peak], bounds: tuple[tuple[int, int], tuple[int, int]])[source]#
Bases:
objectA detected footprint (connected region above threshold) in an image.
- footprint#
Boolean mask of the footprint pixels, sized to the bounding box.
- Type:
ndarrayofbool,shape (height,width)