OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>
类 | |
类 | cv::ximgproc::EdgeAwareInterpolator |
基于改进的局部加权仿射估计器(来自 [225])和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。 更多… | |
类 | cv::ximgproc::RICInterpolator |
基于改进的分段局部加权仿射估计器(称为对应关系的鲁棒插值法或来自 [129] 的 RIC)和变分和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。RICInterpolator 是 EdgeAwareInterpolator 的扩展。此扩展的主要概念是基于通过 SLIC 超像素估计进行过度分割的分段仿射模型。该方法包含一种有效的传播机制来估计分段模型之间的关系。更多… | |
类 | cv::ximgproc::SparseMatchInterpolator |
所有滤波器的主要接口,这些滤波器将稀疏匹配作为输入,并生成密集的逐像素匹配(光流)作为输出。 更多… | |
命名空间 | |
命名空间 | cv |
命名空间 | cv::ximgproc |
函数 | |
Ptr< EdgeAwareInterpolator > | cv::ximgproc::createEdgeAwareInterpolator () |
创建 EdgeAwareInterpolator 实例的工厂方法。 | |
Ptr< RICInterpolator > | cv::ximgproc::createRICInterpolator () |
创建 RICInterpolator 实例的工厂方法。 | |