Skip to content

Commit a1231f4

Browse files
committed
adding docs
1 parent ca79272 commit a1231f4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ sudo g++ main.cpp Image.cpp -o app
5353
## Documentation
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.
56+
- [Digital image processing 4th Edition, by Rafael C. Gonzalez](https://dl.icdst.org/pdfs/files4/01c56e081202b62bd7d3b4f8545775fb.pdf)
5657

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

docs/digital-image-processing 4e.pdf

37.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)