https://github.com/jacktheprogrammer/opencv-course-for-cv
OpenCV course for computer vision
https://github.com/jacktheprogrammer/opencv-course-for-cv
cv cv-course dnn object-detection opencv-python upscaling
Last synced: 3 months ago
JSON representation
OpenCV course for computer vision
- Host: GitHub
- URL: https://github.com/jacktheprogrammer/opencv-course-for-cv
- Owner: JackTheProgrammer
- Created: 2025-11-25T13:48:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T09:27:59.000Z (5 months ago)
- Last Synced: 2025-11-28T20:11:16.549Z (5 months ago)
- Topics: cv, cv-course, dnn, object-detection, opencv-python, upscaling
- Language: Python
- Homepage:
- Size: 38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
## Video
Get started from [here](https://youtu.be/yQu_3e7MAr0?si=fw1Gk2xJ6fCR8Fj9)
## Article
[Upscaling images using EDSR and LapSRN](https://blog.gopenai.com/upscaling-images-using-edsr-and-lapsrn-aa9715599be7)
[From Blurry to Brilliant: Upscaling Satellite Images Using OpenCV DNN](https://medium.com/@animagun/from-blurry-to-brilliant-upscaling-satellite-images-using-opencv-dnn-efe5c6be6618)
# Resources
[HaarCascades](https://github.com/opencv/opencv/tree/master/data/haarcascades)
## Models
* EDSR: All EDSR [models](https://github.com/Saafke/EDSR_Tensorflow/tree/master/models)
* LAPSRN: All LAPSRN [models](https://github.com/fannymonori/TF-LapSRN/tree/master/export)
* *Note:* You can go/experiment with the other mentioned models in [this](https://blog.gopenai.com/upscaling-images-using-edsr-and-lapsrn-aa9715599be7) article