https://github.com/raymondcm/blockmatching
CPU and CUDA implementation of Full Exhaustive Block Matching Algorithm using Integral Images
https://github.com/raymondcm/blockmatching
block-matching-algorithm cuda integral-image parallel vision
Last synced: 10 months ago
JSON representation
CPU and CUDA implementation of Full Exhaustive Block Matching Algorithm using Integral Images
- Host: GitHub
- URL: https://github.com/raymondcm/blockmatching
- Owner: RaymondCM
- License: mit
- Created: 2017-12-11T13:40:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T16:59:39.000Z (about 8 years ago)
- Last Synced: 2025-04-27T12:39:19.319Z (10 months ago)
- Topics: block-matching-algorithm, cuda, integral-image, parallel, vision
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockMatching
CPU and eventually a CUDA implementation of a Full Exhaustive Block Matching Algorithm using Integral Images for fast disparity calculation and standard deviation for automatically masking image regions from search.
A personal endeavor to extend and practice work never implemented in [UOL-FinalYearProject](https://github.com/RaymondKirk/UOL-FinalYearProject), which was a final year project at the University of Lincoln ([Link](https://github.com/RaymondKirk/UOL-FinalYearProject/blob/master/uol-finalyearthesis.pdf))
