This project ports a subset of the OpenCV library to Racket by using the Racket Foreign Interface. Check the turorials folder to get started.
raco pkg install opencv
Names of OpenCV structures and functions have been left unchanged, i.e., C function cvCaptureFromCAM (int index)
can be used in Racket as (cvCaptureFromCAM index)
.