Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 522 Bytes

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'