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

Implemented median_filter #393

Merged
merged 1 commit into from
Oct 15, 2019
Merged

Conversation

miralshah365
Copy link
Contributor

@miralshah365 miralshah365 commented Sep 25, 2019

Description

implemented median_filter function

tests added for median_filter

This utility will provide a way to remove noise from the image by choosing a median value from a window which iterates over entire image.

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

@miralshah365 miralshah365 added the cat/feature New feature or functionality label Sep 25, 2019
@miralshah365 miralshah365 added this to the Boost 1.72+ milestone Sep 25, 2019
@miralshah365 miralshah365 self-assigned this Sep 25, 2019
Copy link
Member

@mloskot mloskot left a comment

Choose a reason for hiding this comment

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

@miralshah365 Good work.

The only important comment I have is about the optimisation of std::vector use.
Once we resolve that one, your PR is ready to merge.

include/boost/gil/image_processing/filter.hpp Outdated Show resolved Hide resolved
include/boost/gil/image_processing/filter.hpp Outdated Show resolved Hide resolved
tests for median_filter added
Copy link
Member

@mloskot mloskot left a comment

Choose a reason for hiding this comment

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

@miralshah365 Thank you for your prompt updates. It looks good. Feel free to merge as soon as all our CI-s pass.

@mloskot mloskot marked this pull request as ready for review October 13, 2019 21:28
@miralshah365 miralshah365 merged commit 8f1bd53 into boostorg:develop Oct 15, 2019
@mloskot mloskot added the google-summer-of-code All items related to GSoC activities label Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/feature New feature or functionality google-summer-of-code All items related to GSoC activities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants