File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ sudo g++ main.cpp Image.cpp -o app
54
54
- A full list of all the implemented algorithms can be found in page 2 of [ documentation] ( image-processing-doc.pdf ) .
55
55
- Enter each operation in camel case when testing, just like in the examples above.
56
56
- [ 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 )
57
59
58
60
## Some useful linux commands for images
59
61
- Resize an image: ` convert img.png -resize 300x300\> output.png ` (Target size in this example is 300x300).
You can’t perform that action at this time.
0 commit comments