Skip to content

Commit 62fdad8

Browse files
committed
readme update
1 parent a1231f4 commit 62fdad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ sudo g++ main.cpp Image.cpp -o app
5454
- A full list of all the implemented algorithms can be found in page 2 of [documentation](image-processing-doc.pdf).
5555
- Enter each operation in camel case when testing, just like in the examples above.
5656
- [Digital image processing 4th Edition, by Rafael C. Gonzalez](https://dl.icdst.org/pdfs/files4/01c56e081202b62bd7d3b4f8545775fb.pdf)
57+
- [Digital image processing in C++](https://github.com/tonyfu97/Digital-Image-Processing)
58+
- [Repository](https://github.com/tonyfu97/Digital-Image-Processing)
5759

5860
## Some useful linux commands for images
5961
- Resize an image: `convert img.png -resize 300x300\> output.png` (Target size in this example is 300x300).

0 commit comments

Comments
 (0)