Coder Social home page Coder Social logo

mean_filter's Introduction

Mean_Filter

주제

Mean Filtering을 수행하는 myFastestMeanFilter 함수를 구현하고 다음 입출력 조건을 만족하는 프로그램을 구현하여라
(myFastMeanFilter 함수를 main에서 호출하여 결과가 나올 수 있도록 할 것)

구현할 함수의 원형

void myFastestMeanFilter(IplImage * src, IplImage * dst, int k)
(k: 네이버의 범위를 정의하는 숫자. 즉, 커널의 한 변의 크기는 (2k+1)이 된다.)
예) k=1 일 경우 커널의 사이즈는 3x3이 됨

함수조건

- cvSmooth함수를 사용하지 말 것
- 커널의 크기에 상관없이 일정한 속도로 수행 될 수 있게 할 것

프로그램 입출력 조건

입력 그림의 file_path를 입력 받고, 또한 k를 입력 받으면 필터링 된 이미지가 출력

버그 및 기능 요청

양재연

mean_filter's People

Contributors

reyeon1209 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.