Skip to content

letuantam96/blur-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast Image Blurring Algorithm in C

The coputation complexity in this Algorithm will be O(w*h)

With w: width of image, h: heigh of image

Preview:

C:/input.png:
Alt text
C:/predict.png:
Alt text
D:/output.png:
Alt text

To run this project:

  1. Make sure you'e installed OpenCV on your computer:
    https://www.deciphertechnic.com/install-opencv-with-visual-studio/
  2. Put your input.png, predict.png to C:/
  3. The Output.png will be save at D:/output.png

About

Blur image in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages