MaxPooling#
- class deeptrack.math.MaxPooling(ksize: int | Callable[[...], int] = 3, **kwargs)#
Bases:
PoolApply max pooling to images.
Parameters#
- ksize: int
Size of the pooling kernel.
- cval: number
Value to pad edges with if necessary. Default 0.
- func_kwargs: dict
Additional parameters sent to the pooling function.