Skip to content

GPU Accelerated computer vision routines that mimic the OpenCV API.

License

Notifications You must be signed in to change notification settings

justinokamoto/ga-opencv-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GPU Accelerated computer vision routines that mimic the OpenCV API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages