Skip to content

Commit

Permalink
Merge pull request #25 from simonbyrne/patch-1
Browse files Browse the repository at this point in the history
ref link to hmin_transform
  • Loading branch information
Evizero authored May 4, 2018
2 parents 502c4d6 + a514087 commit c0fbc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watershed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ isless(a::PixelKey{T}, b::PixelKey{T}) where {T} = (a.val < b.val) || (a.val ==
segments = watershed(img, markers)
```
Segments the image using watershed transform. Each basin formed by watershed transform corresponds to a segment.
If you are using image local minimas as markers, consider using hmin_transform to avoid oversegmentation.
If you are using image local minimas as markers, consider using [`hmin_transform`](@ref) to avoid oversegmentation.
Parameters:
- img = input grayscale image
Expand Down

0 comments on commit c0fbc88

Please sign in to comment.