Skip to content

PixelClear/TeslaCompute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Image Processing using Compute Shader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages