Skip to content

james77777778/Parallel-Canny-Edge-Detector

Repository files navigation

Parallel Canny Edge Detector

Install

pip install -r requirements

Usage

# serial version by numpy
python canny_edge_serial.py
# parallel version by cupy package
python canny_edge_cupy.py

Further Information

  • cupy version needs to warm up, because of compilation of cuda kernel function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published