Image.adaptive_threshold#
- Image.adaptive_threshold(*args: Any, **kwargs: Any) Any[source]#
Adaptive threshold
Deprecated since version 2.0.0: Use
threshold_adaptiveinstead. Mentioned on page 484 of P. Corke, Robotics, Vision & Control for Python, Springer, 2023 as adaptive_threshold but implemented as threshold_adaptive for consistency with other method names.