mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
15 lines
323 B
C++
15 lines
323 B
C++
#ifdef HAVE_OPENCV_CUDACODEC
|
|
|
|
#include "opencv2/cudacodec.hpp"
|
|
|
|
typedef cudacodec::EncoderCallBack::PicType EncoderCallBack_PicType;
|
|
|
|
CV_PY_TO_CLASS(cudacodec::EncoderParams);
|
|
|
|
CV_PY_TO_ENUM(cudacodec::EncoderCallBack::PicType);
|
|
CV_PY_TO_ENUM(cudacodec::SurfaceFormat);
|
|
|
|
CV_PY_FROM_CLASS(cudacodec::EncoderParams);
|
|
|
|
#endif
|