基于 [224] 中修改后的局部加权仿射估计器和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。 更多...
#include <opencv2/ximgproc/sparse_match_interpolator.hpp>
基于 [224] 中修改后的局部加权仿射估计器和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。
◆ getFGSLambda()
virtual float cv::ximgproc::EdgeAwareInterpolator::getFGSLambda |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getFGSLambda( | | ) -> | retval |
◆ getFGSSigma()
virtual float cv::ximgproc::EdgeAwareInterpolator::getFGSSigma |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getFGSSigma( | | ) -> | retval |
◆ getK()
virtual int cv::ximgproc::EdgeAwareInterpolator::getK |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getK( | | ) -> | retval |
◆ getLambda()
virtual float cv::ximgproc::EdgeAwareInterpolator::getLambda |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getLambda( | | ) -> | retval |
◆ getSigma()
virtual float cv::ximgproc::EdgeAwareInterpolator::getSigma |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getSigma( | | ) -> | retval |
◆ getUsePostProcessing()
virtual bool cv::ximgproc::EdgeAwareInterpolator::getUsePostProcessing |
( |
| ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.getUsePostProcessing( | | ) -> | retval |
◆ setCostMap()
virtual void cv::ximgproc::EdgeAwareInterpolator::setCostMap |
( |
const Mat & |
_costMap | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setCostMap( | _costMap | ) -> | None |
◆ setFGSLambda()
virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSLambda |
( |
float |
_lambda | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSLambda( | _lambda | ) -> | None |
◆ setFGSSigma()
virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSSigma |
( |
float |
_sigma | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSSigma( | _sigma | ) -> | None |
◆ setK()
virtual void cv::ximgproc::EdgeAwareInterpolator::setK |
( |
int |
_k | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setK( | _k | ) -> | None |
◆ setLambda()
virtual void cv::ximgproc::EdgeAwareInterpolator::setLambda |
( |
float |
_lambda | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setLambda( | _lambda | ) -> | None |
Lambda 是一个参数,定义了边缘感知项在测地距离中的权重,应该在 0 到 1000 的范围内。
◆ setSigma()
virtual void cv::ximgproc::EdgeAwareInterpolator::setSigma |
( |
float |
_sigma | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setSigma( | _sigma | ) -> | None |
Sigma 是一个参数,定义了局部加权仿射拟合中权重下降的速度。 较高的值可以帮助保留精细细节,较低的值可以帮助消除输出流中的噪声。
◆ setUsePostProcessing()
virtual void cv::ximgproc::EdgeAwareInterpolator::setUsePostProcessing |
( |
bool |
_use_post_proc | ) |
|
|
纯虚 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setUsePostProcessing( | _use_post_proc | ) -> | None |
此类的文档是从以下文件生成的