https://github.com/tousif47/map-extraction-for-next-generation-gaming
Prototype for a under-graduation thesis "Map Extraction for Next Generation Gaming". It extracts road skeleton from satellite images and apply it to a movement operation. Which can be used as a basic operation for a game.
https://github.com/tousif47/map-extraction-for-next-generation-gaming
c-plus-plus image-processing opencv opencv2
Last synced: 2 months ago
JSON representation
Prototype for a under-graduation thesis "Map Extraction for Next Generation Gaming". It extracts road skeleton from satellite images and apply it to a movement operation. Which can be used as a basic operation for a game.
- Host: GitHub
- URL: https://github.com/tousif47/map-extraction-for-next-generation-gaming
- Owner: tousif47
- License: gpl-3.0
- Created: 2017-10-22T13:25:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T14:26:58.000Z (over 8 years ago)
- Last Synced: 2025-02-25T20:45:04.533Z (over 1 year ago)
- Topics: c-plus-plus, image-processing, opencv, opencv2
- Language: C++
- Homepage:
- Size: 939 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Map-Extraction-for-Next-Generation-Gaming
Prototype for a unde-rgraduation thesis "Map Extraction for Next Generation Gaming". It extracts road skeleton from satellite images and apply it to a movement operation. Which can be used as a basic operation for a game.
These operations are performed in Microsoft Visual Studio 2012 and OpenCV2 version.
These are 21 examples of 21 images, from which road skeleton are extracted and used for a movement operation.
The corresponding image of each folder is the input image. Put it into the directory of your Visual Studio project.
The code will create an output image named as output.JPG in the same directory and will run the basic movement operation instantly.