Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T16:59:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T04:40:57.836Z (about 1 month ago)
- Topics: block-matching-algorithm, cuda, integral-image, parallel, vision
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 4
- 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))
![Fullscreen](https://user-images.githubusercontent.com/16948324/32838923-836c1178-ca0a-11e7-9199-245079b25dec.gif)