Skip to content

Commit c141a66

Browse files
committed
update README.md and add demo images
1 parent 4723125 commit c141a66

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,44 +67,44 @@ and one yaml for one camera.
6767

6868
# Demo
6969

70-
<p align="center"><img src="assets/dpc.jpg" alt="img" align="right" width="600px"></p>
70+
|Bayer Input|
71+
|:-------------------------:|
72+
|<img src='figure/dpc.png' width='600'>|
7173

72-
<p align="center">Bayer Input</p>
7374

75+
|CFA Interpolation|
76+
|:-------------------------:|
77+
|<img src='figure/cfa.png' width='600'>|
7478

75-
<p align="center"><img src="assets/cfa.jpg" alt="img" align="right" width="600px"></p>
7679

77-
<p align="center">CFA Interpolation</p>
80+
|Color Correction|
81+
|:-------------------------:|
82+
|<img src='figure/ccm.png' width='600'>|
7883

7984

80-
<p align="center"><img src="assets/ccm.jpg" alt="img" align="right" width="600px"></p>
85+
|Gamma Correction|
86+
|:-------------------------:|
87+
|<img src='figure/gac.png' width='600'>|
8188

82-
<p align="center">Color Correction</p>
8389

90+
|Non-local Means & Bilateral Filter|
91+
|:-------------------------:|
92+
|<img src='figure/bnf.png' width='600'>|
8493

85-
<p align="center"><img src="assets/gca.jpg" alt="img" align="right" width="600px"></p>
8694

87-
<p align="center">Gamma Correction</p>
95+
|Edge Enhancement|
96+
|:-------------------------:|
97+
|<img src='figure/eeh.png' width='600'>|
8898

8999

90-
<p align="center"><img src="assets/bnf.jpg" alt="img" align="right" width="600px"></p>
100+
|Hue & Saturation Control|
101+
|:-------------------------:|
102+
|<img src='figure/hsc.png' width='600'>|
91103

92-
<p align="center">Non-local Means & Bilateral Filter</p>
93104

94-
95-
<p align="center"><img src="assets/eeh.jpg" alt="img" align="right" width="600px"></p>
96-
97-
<p align="center">Edge Enhancement</p>
98-
99-
100-
<p align="center"><img src="assets/hsc.jpg" alt="img" align="right" width="600px"></p>
101-
102-
<p align="center">Hue & Saturation Control</p>
103-
104-
105-
<p align="center"><img src="assets/bcc.jpg" alt="img" align="right" width="600px"></p>
106-
107-
<p align="center">Brightness & Contrast Control</p>
105+
|Brightness & Contrast Control|
106+
|:-------------------------:|
107+
|<img src='figure/bcc.png' width='600'>|
108108

109109

110110
# License

0 commit comments

Comments
 (0)