1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

CUDA/Python: Cleanup some manual enum wrappers

This commit is contained in:
Hamdi Sahloul
2018-09-30 21:29:02 +09:00
parent 530f1a2303
commit 542b9acf5b

View File

@@ -5,10 +5,6 @@
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