Uses of Class
org.opencv.ximgproc.SparseMatchInterpolator
-
Packages that use SparseMatchInterpolator Package Description org.opencv.ximgproc -
-
Uses of SparseMatchInterpolator in org.opencv.ximgproc
Subclasses of SparseMatchInterpolator in org.opencv.ximgproc Modifier and Type Class Description class
EdgeAwareInterpolator
Sparse match interpolation algorithm based on modified locally-weighted affine estimator from CITE: Revaud2015 and Fast Global Smoother as post-processing filter.class
RICInterpolator
Sparse match interpolation algorithm based on modified piecewise locally-weighted affine estimator called Robust Interpolation method of Correspondences or RIC from CITE: Hu2017 and Variational and Fast Global Smoother as post-processing filter.Methods in org.opencv.ximgproc that return SparseMatchInterpolator Modifier and Type Method Description static SparseMatchInterpolator
SparseMatchInterpolator. __fromPtr__(long addr)
-