Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 879 Bytes

TeslaCompute

Image Processing using Compute Shader

Introduction

This is OpenGL example that shows how to apply seperable edge detection filter. Sperable filter is simplified filter which can be applied seperately in x direction and y direction.

Building and Running Download project and build solution file it has all related includes and Libs in it. You will only need to copy dll`s needed for this in folder where exe is generated.

When you run demo you will see image which is loaded. press 'e' and you will see filtered image in window.

Hope you will enjoy it!!

Please find article explaining Image Filter Seperability here a link

Youtube Demo:

IMAGE ALT TEXT HERE