Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 348 Bytes

File metadata and controls

15 lines (8 loc) · 348 Bytes

#clccl An OpenCL implementation of Connected Components Labeling based on "Connected Component Labeling in CUDA" from Onrej Stava, Bedrich Benes (2010) with speedups, bugfixes et al.

Instructions:

place clcommons in the current directory

Benchmark:

python -m bench -i $ITERATIONS <image>

unit tests:

python -m unit_tests <image>