Skip to content

Bilateral Filter implementation using Cython and OpenMP

Notifications You must be signed in to change notification settings

tsurumeso/bilateral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilateral Filter

Bilateral Filter implementation using Cython and OpenMP.

Requirements

  • Numpy
  • Pillow
  • Cython

Build

python setup.py build_ext --inplace

Usage

import filter
from PIL import Image

img = Image.open(path)
bil = filter.bilateral_filter(img, 5, 20, 20)
bil.save('bilateral.png')

About

Bilateral Filter implementation using Cython and OpenMP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published