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:
@@ -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
|
||||
|
Reference in New Issue
Block a user