An open API service indexing awesome lists of open source software.

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

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
![With Sobel applied](Snapshots/sobel.png)
![original](Snapshots/original.png)