/kivygaussianblur

A gaussian blur application written in Kivy using OpenCV and Numpy.

Primary LanguagePythonOtherNOASSERTION

An application to do gaussian blur to an image and save it.

Supported formats: images with RGB or RGBA channels.

Requirements:

  • kivy >= 1.9.0
  • OpenCV Python
  • Numpy