基于 [225] 中改进的局部加权仿射估计器和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。更多…
#include <opencv2/ximgproc/sparse_match_interpolator.hpp>
基于 [225] 中改进的局部加权仿射估计器和快速全局平滑器作为后处理滤波器的稀疏匹配插值算法。
◆ 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 | ) -> | 无 |
◆ 设置前景超像素Lambda值setFGSLambda()
virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSLambda |
( |
float | _lambda | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSLambda( | _lambda | ) -> | 无 |
◆ 设置前景超像素Sigma值setFGSSigma()
virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSSigma |
( |
float | _sigma | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSSigma( | _sigma | ) -> | 无 |
◆ 设置K值setK()
virtual void cv::ximgproc::EdgeAwareInterpolator::setK |
( |
int | _k | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setK( | _k | ) -> | 无 |
◆ 设置Lambda值setLambda()
virtual void cv::ximgproc::EdgeAwareInterpolator::setLambda |
( |
float | _lambda | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setLambda( | _lambda | ) -> | 无 |
Lambda 是一个参数,定义了测地线距离中边缘感知项的权重,应该在 0 到 1000 的范围内。
◆ 设置Sigma值setSigma()
virtual void cv::ximgproc::EdgeAwareInterpolator::setSigma |
( |
float | _sigma | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setSigma( | _sigma | ) -> | 无 |
Sigma 是一个参数,定义了局部加权仿射拟合中权重下降的速度。较高的值可以帮助保留精细细节,较低的值可以帮助去除输出流中的噪声。
◆ 设置后处理使用状态setUsePostProcessing()
virtual void cv::ximgproc::EdgeAwareInterpolator::setUsePostProcessing |
( |
bool | _use_post_proc | ) |
|
|
纯虚函数 |
Python |
---|
| cv.ximgproc.EdgeAwareInterpolator.setUsePostProcessing( | _use_post_proc | ) -> | 无 |
此类的文档由以下文件生成: