Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Documentation for imhist and histeq. Fixes #510 #511

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

mronian
Copy link
Contributor

@mronian mronian commented Jul 2, 2016

No description provided.

@@ -1318,6 +1294,28 @@ end

histeq{T<:Gray, D<:Union{U8, U16}}(img::AbstractArray{T}, nbins, dtype::Type{D} = U8) = histeq(_prep_image_for_histeq(img, dtype), nbins, ColorVectorSpace.typemin(Gray{dtype}), ColorVectorSpace.typemax(Gray{dtype}))

"""
```
hist_equalised_img = histeq(img, nbins, dtype = "8bit")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is a string still supported?

@timholy
Copy link
Member

timholy commented Jul 9, 2016

Not sure I quite understand what changed (functionally) here, other than moving code around.

@timholy
Copy link
Member

timholy commented Jul 9, 2016

Oh, sorry, I just read #510.

@coveralls
Copy link

coveralls commented Jul 9, 2016

Coverage Status

Coverage remained the same at 74.811% when pulling d14cfbd on mronian:fixhistdocs into 64a2ad1 on timholy:master.

@timholy timholy merged commit 581e765 into JuliaImages:master Jul 9, 2016
@mronian mronian deleted the fixhistdocs branch July 24, 2016 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants