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

[ADD]median_filter #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

naoki-cpp
Copy link
Member

メジアンフィルタを作りました。

med = median_filter()
    med.input_data([4,7,3,1,5,9,2,8,6,10]) # 1 2 3 4 5 6 7 8 9 10
    print(med.get_data())

のようにして、リスト型の入力に対しメジアンフィルタの出力を返します。

@lgtm-com
Copy link

lgtm-com bot commented Aug 11, 2019

This pull request introduces 1 alert when merging 1c8bf84 into f74b312 - view on LGTM.com

new alerts:

  • 1 for Unnecessary pass

@naoki-cpp naoki-cpp closed this Aug 12, 2019
@naoki-cpp naoki-cpp deleted the median_filter branch August 12, 2019 04:10
@naoki-cpp naoki-cpp restored the median_filter branch August 12, 2019 04:10
@naoki-cpp naoki-cpp reopened this Aug 12, 2019
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.

1 participant