Skip to content

danyuan-de/CannyEdgeDetection-GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canny Edge Detection

This project is a implementation of the Canny Edge Detection algorithm in C++ and OpenCL. The project is part of the course " Laboratory Course High Performance Programming With Graphic Cards " at the Universität Stuttgart.

Installation

git clone https://github.com/DanYuDE/CannyEdgeDetection-GPU.git

Usage

Create a build directory.

cd CannyEdgeDetection-GPU
mkdir build
cd build

Compile the project with meson and ninja.

meson configure
ninja

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages