Skip to content

akhuntsaria/canny-edge-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image demo

What is this?

Canny edge detection implemented in CUDA C/C++. Supports images and video. OpenCV is used for loading and writing media. Compiled for CUDA compute capability 8.9 (compute_89, sm_89) and tested on RTX 4060.

Comparison with an example from the article: image demo

Configuration

  • headless - true for just writing output files, false for GUI
  • media - image or video
  • in - input path
  • lowThreshold, highThreshold - percentages for retaining or discarding edges based on pixel values

About

Canny edge detector implemented in CUDA C/C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published