https://github.com/red1c3/sobel-filter-example
Edge-detection operator applied with OpenGL 4.4
https://github.com/red1c3/sobel-filter-example
edge-detection graphics opengl
Last synced: about 2 months ago
JSON representation
Edge-detection operator applied with OpenGL 4.4
- Host: GitHub
- URL: https://github.com/red1c3/sobel-filter-example
- Owner: Red1C3
- License: unlicense
- Created: 2022-01-07T22:29:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T20:53:06.000Z (over 4 years ago)
- Last Synced: 2025-02-27T21:52:25.720Z (over 1 year ago)
- Topics: edge-detection, graphics, opengl
- Language: C++
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sobel-Filter-Example
A post-process effect that approximites edges in a renderer texture using OpenGL 4.4
## Building
Using Meson with the following dependencies installed:
- GLM
- SFML
- glBinding
- Assimp
### Updating scene
Please make sure your meshes are facing up the positive X axis in MODEL space
## Snapshots

