diff --git a/docs/src/api_comparison.md b/docs/src/api_comparison.md index 1bef4033..b27cf71b 100644 --- a/docs/src/api_comparison.md +++ b/docs/src/api_comparison.md @@ -31,7 +31,7 @@ welcome. | Adaptive equalization | [`AdaptiveEqualization`](@ref) | `equalize_adapthist` | `adapthisteq` | | Reference histogram matching | [`Matching`](@ref) | `match_histograms` | `imhistmatch` | | Quantization | map anonymous function | | `imquantize` | -| Threshold estimation | [`otsu_threshold`](@ref) | `threshold_otsu` etc. | `graythresh` etc. | +| Threshold estimation | [`Otsu`](@ref) etc. (HistogramThresholding.jl) | `threshold_otsu` etc. | `graythresh` etc. | | | | | | | **Visualization and interactivity** | | | | | Visualization | `imshow` (ImageView.jl), [`mosaicview`](@ref) | `imshow` | `imshow`, `implay`, `montage`, etc. |