基於修改的區域性加權仿射估計器的稀疏匹配插值演算法,出自 [228],並使用快速全域性平滑器作為後處理濾波器。 更多...
#include <opencv2/ximgproc/sparse_match_interpolator.hpp>
基於修改的區域性加權仿射估計器的稀疏匹配插值演算法,出自 [228],並使用快速全域性平滑器作為後處理濾波器。
◆ 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 | ) -> | 無 |
◆ setFGSLambda()
| virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSLambda |
( |
float | _lambda | ) |
|
|
純虛擬函式 |
| Python |
|---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSLambda( | _lambda | ) -> | 無 |
◆ setFGSSigma()
| virtual void cv::ximgproc::EdgeAwareInterpolator::setFGSSigma |
( |
float | _sigma | ) |
|
|
純虛擬函式 |
| Python |
|---|
| cv.ximgproc.EdgeAwareInterpolator.setFGSSigma( | _sigma | ) -> | 無 |
◆ setK()
| virtual void cv::ximgproc::EdgeAwareInterpolator::setK |
( |
int | _k | ) |
|
|
純虛擬函式 |
| Python |
|---|
| cv.ximgproc.EdgeAwareInterpolator.setK( | _k | ) -> | 無 |
◆ setLambda()
| virtual void cv::ximgproc::EdgeAwareInterpolator::setLambda |
( |
float | _lambda | ) |
|
|
純虛擬函式 |
| Python |
|---|
| cv.ximgproc.EdgeAwareInterpolator.setLambda( | _lambda | ) -> | 無 |
Lambda 是一個引數,用於定義大地距離中邊緣感知項的權重,應在 0 到 1000 的範圍內。
◆ 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 | ) -> | 無 |
此類文件由以下檔案生成