mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Drop cv:: prefix from cv::String used inside the cv namespace
This commit is contained in:
@@ -62,8 +62,8 @@ namespace cv
|
||||
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Empty();
|
||||
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const cv::String& fileName);
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_GPU(const cv::String& fileName);
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_GPU(const String& fileName);
|
||||
|
||||
CV_EXPORTS Ptr<FrameSource> createFrameSource_Camera(int deviceId = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user