Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 998 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 998 Bytes

ga-opencv-python

GPU Accelerated (using CuPy) Computer Vision functions that mimic the OpenCV API.

Functions

⚠ Work In Progress ⚠

This is a personal project, and OpenCV functions will be built out as-needed.

This graph shows p90 latency for aligning pointclouds roughly 11.5MB in size to be 25.16ms. This operation would take an order of magnitude more if performed on the CPU using OpenCV. TODO: More detailed look at latency comparison between OpenCV + CPU and this library

gpu latency graph

Running Tests

Running single test files directly:

cd $REPOSITORY_ROOT
python -m unittest tests/test_calib3d.py

Helper script to run all test files:

python -m runtests