Skip to content

Based on the research paper: Image and Video Abstraction by Anisotropic Kuwahara Filtering

License

Notifications You must be signed in to change notification settings

Matzim/Anisotropic_Kuwahara_Filtering_with_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anisotropic Kuwahara Filter

Based on this research paper

Squirrel Noised image Butterfly on flowers Tree

Apply the Kuwahara anisotrope filter to a stream of camera or images provided as input to the program. This project uses the OpenCV library to process images and retrieve images from the webcam. There are two versions of the code. One version uses OpenGL to have real-time processing. CMake is the build system of the project.

Build from source

cmake .
make -j8

Usage

Run the program

# Version without OpenGL
./src/main [Optional: Path to images]

# Version with OpenGL
./src/main_opengl [Optional: Path to images]

OpenGL version

Use space bar to activate or desactivate the filter.

About

Based on the research paper: Image and Video Abstraction by Anisotropic Kuwahara Filtering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published