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

Renamed histEqual to histEqualize. #79

Merged
merged 5 commits into from
Nov 12, 2016
Merged

Conversation

ljubobratovicrelja
Copy link
Member

Working on #76

I left histEqual with deprecation message. Will leave the issue until 0.2.0 version comes, and until we remove the histEqual.

@9il seems ok?

Copy of input image slice with its histogram values equalized.
*/
deprecated("Use dcv.imgproc.filter.histEqualize")
Slice!(N, T*) histEqual(T, HistogramType, size_t N)(Slice!(N, T*) slice, HistogramType histogram,
Copy link
Member

Choose a reason for hiding this comment

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

alias histEqual = histEqualize

Copy link
Member Author

Choose a reason for hiding this comment

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

Wanted to do this, but how to inform the deprecation? Is it possible to deprecate alias?

Copy link
Member

Choose a reason for hiding this comment

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

yes

Copy link
Member Author

Choose a reason for hiding this comment

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

Awesome! Will do..

@9il
Copy link
Member

9il commented Nov 12, 2016

LGTM

@9il
Copy link
Member

9il commented Nov 12, 2016

See also dcv/tests/performance-tests/source/performance/measure.d

@ljubobratovicrelja
Copy link
Member Author

See also dcv/tests/performance-tests/source/performance/measure.d

ah, tnx..

@ljubobratovicrelja
Copy link
Member Author

See also dcv/tests/performance-tests/source/performance/measure.d

I forgot about this one in bilateralFilter sigma separation PR, so I smuggled it here. Hope you don't mind. (it was failing to compile the benchmark app)

@ljubobratovicrelja ljubobratovicrelja merged commit 0afc55c into master Nov 12, 2016
@ljubobratovicrelja ljubobratovicrelja deleted the histEqual-rename branch November 12, 2016 15:45
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.

2 participants