OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
sparse_match_interpolator.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for sparse_match_interpolator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::ximgproc::EdgeAwareInterpolator
 Sparse match interpolation algorithm based on modified locally-weighted affine estimator from [220] and Fast Global Smoother as post-processing filter. More...
 
class  cv::ximgproc::RICInterpolator
 Sparse match interpolation algorithm based on modified piecewise locally-weighted affine estimator called Robust Interpolation method of Correspondences or RIC from [127] and Variational and Fast Global Smoother as post-processing filter. The RICInterpolator is a extension of the EdgeAwareInterpolator. Main concept of this extension is an piece-wise affine model based on over-segmentation via SLIC superpixel estimation. The method contains an efficient propagation mechanism to estimate among the pieces-wise models. More...
 
class  cv::ximgproc::SparseMatchInterpolator
 Main interface for all filters, that take sparse matches as an input and produce a dense per-pixel matching (optical flow) as an output. More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::ximgproc
 

Functions

Ptr< EdgeAwareInterpolatorcv::ximgproc::createEdgeAwareInterpolator ()
 Factory method that creates an instance of the EdgeAwareInterpolator.
 
Ptr< RICInterpolatorcv::ximgproc::createRICInterpolator ()
 Factory method that creates an instance of the RICInterpolator.