Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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