vcframe   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/opencv_test.xtm

Implementation

;; space to cache image
(define vcframe (ocv_Mat 640 480 (CV_MAKE_TYPE 0 3)))


Back to Index