OpenCV 4.10.0
开源计算机视觉
|
类 | |
类 | cv::superres::FrameSource |
类 | cv::superres::SuperResolution |
超分辨率算法的基类。更多内容... | |
命名空间 | |
命名空间 | cv |
与磁盘上的文件关联的文件存储的“黑盒”展现。 | |
命名空间 | cv::superres |
函数 | |
Ptr< FrameSource > | cv::superres::createFrameSource_Camera (int deviceId=0) |
Ptr< FrameSource > | cv::superres::createFrameSource_Empty () |
Ptr< FrameSource > | cv::superres::createFrameSource_Video (const String &fileName) |
Ptr< FrameSource > | cv::superres::createFrameSource_Video_CUDA (const String &fileName) |
Ptr< SuperResolution > | cv::superres::createSuperResolution_BTVL1 () |
创建双边 TV-L1 超分辨率。 | |
Ptr< SuperResolution > | cv::superres::createSuperResolution_BTVL1_CUDA () |