OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
sparse_match_interpolator.hpp 文件参考
#include <opencv2/core.hpp>
sparse_match_interpolator.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

类  cv::ximgproc::EdgeAwareInterpolator
 基于改进的局部加权仿射估计器(来自 [225])和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。 更多…
 
类  cv::ximgproc::RICInterpolator
 基于改进的分段局部加权仿射估计器(称为对应关系的鲁棒插值法或来自 [129] 的 RIC)和变分和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。RICInterpolatorEdgeAwareInterpolator 的扩展。此扩展的主要概念是基于通过 SLIC 超像素估计进行过度分割的分段仿射模型。该方法包含一种有效的传播机制来估计分段模型之间的关系。更多…
 
类  cv::ximgproc::SparseMatchInterpolator
 所有滤波器的主要接口,这些滤波器将稀疏匹配作为输入,并生成密集的逐像素匹配(光流)作为输出。 更多…
 

命名空间

命名空间  cv
 
命名空间  cv::ximgproc
 

函数

Ptr< EdgeAwareInterpolatorcv::ximgproc::createEdgeAwareInterpolator ()
 创建 EdgeAwareInterpolator 实例的工厂方法。
 
Ptr< RICInterpolatorcv::ximgproc::createRICInterpolator ()
 创建 RICInterpolator 实例的工厂方法。