Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 391 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 391 Bytes

Homomorphic Image Filter

Implements a Homomorphic Filter based on the Algorithm described in Digital Image Processing by Rafael C. Gonzalez.

For the type of filter, currently only Gaussian Filter is implemented.

Also offers a GUI for previewing any results.

Build Requirements

  • OpenCV 4
  • Qt 6 (for the GUI)

License

MIT