Skip to content

ancybeibei/HomomorphicFiltering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HomomorphicFiltering

Homomorphic filtering using opencv

This code is based on paper Butterworth equations for homomorphic ltering of images Computers in Biology and Medicine 28 (1998) 169±181

The modified Butterworth flter function is implemented as follows for an image with rows line and cols column :

r=((i/rows)^2+(j/cols)^2)^(1/2) where i,j are frequency

Butterworh = (1-1/(1+(r/a)^n))*d+e

Value of r, a, d, n, and e can be modified using upper or lower case r a d n e

About

Homomorphic filtering using opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.1%
  • CMake 7.9%