Skip to content

Image filters contain: sharpness filter, edge detection filter, embossing filter, blur filter.

Notifications You must be signed in to change notification settings

wclwksn/Image-Filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Filter

Update 13-05-2017: It's an image filter written by myself.

Introduction

There are 11 filters to choose:

  1. Naive_Filter
  2. Sharpness_Center_Filter
  3. Sharpness_Edge_Filter
  4. Edge_Detection_360_degree_Filter
  5. Edge_Detection_45_degree_Filter
  6. Embossing_45_degree_Filter
  7. Embossing_Asymmetric_Filter
  8. Averaging_Blur_Filter
  9. Completed_Blur_Filter
  10. Motion_Blur_Filter
  11. Gaussian_Blur_Filter

Choose the one you need, and the filterred image will generated at folder Image_Generated

The filter is consisted of five parts:

  • src: folder for the code files that implement the function
  • Image_Origin: folder for pictures which be chosen to filtering
  • Image_Generated: folder for pictures which be generated after filtering
  • README.md: introduce of this program
  • requirements.txt: environment required for this program

Usage

  • run "cd src/" to find code files
  • run "run.sh" to generated the image you need

Requirements

  • Python2.7

  • Opencv2

Demo

Naive_Image:

Naive


Averaging_Blur:

Averaging_Blur


Averaging_Blur_Enhanced:

Averaging_Blur_Enhanced


Completed_Blur:

Completed_Blur


Edge_Detection_360_degree:

Edge_Detection_360_degree


Edge_Detection_45_degree:

Edge_Detection_45_degree


Embossing_45_degree:

Embossing_45_degree


Embossing_Asymmetric:

Embossing_Asymmetric


Gaussian_Blur:

Gaussian_Blur


Motion_Blur:

Motion_Blur


Sharpness_Center:

Sharpness_Center


Sharpness_Edge:

Sharpness_Edge

About

Image filters contain: sharpness filter, edge detection filter, embossing filter, blur filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.1%
  • Shell 0.9%