Skip to content

Commit

Permalink
docs: Set image size in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksonod committed Dec 28, 2023
1 parent a20ab8d commit 9c01b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About this Repository
![image info](./docs/images/rgb_image_data_processing.png)
<img src="./docs/images/rgb_image_data_processing.png" width="350">

This repository provides:
- Python version of the auto-white-balance (AWB) method based on [principle component analysis](https://en.wikipedia.org/wiki/Principal_component_analysis) (PCA) [[1](https://opg.optica.org/josaa/abstract.cfm?uri=josaa-31-5-1049)].
Expand Down

0 comments on commit 9c01b3b

Please sign in to comment.