Skip to content

Spheluo/Joint-Bilateral-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joint-Bilateral-Filter

Implementation of the Joint Bilateral Filter (JBF) in Computer Vision (CV)

1. Evaluate the performance of JBF.py. The command is as follows:

python3 eval.py

2. Test guide images generated from different combination of RGB channels, and calculate the cost between BF and JBF images. The command is as follows:

python3 main.py --image_path 'testdata/1.png' --setting_path 'testdata/1_setting.txt'

python3 main.py --image_path 'testdata/2.png' --setting_path 'testdata/2_setting.txt'

Releases

No releases published

Packages

No packages published

Languages