#include <opencv2/core.hpp>
[ソースコード]
|
namespace |
cv
|
|
"black box" representation of the file storage associated with a file on disk.
|
|
|
CV_EXPORTS_W void |
cv::xphoto::bm3dDenoising
(InputArray src, InputOutputArray dstStep1, OutputArray dstStep2, float h=1, int templateWindowSize=4, int searchWindowSize=16, int blockMatchingStep1=2500, int blockMatchingStep2=400, int groupSize=8, int slidingStep=1, float beta=2.0f, int normType=cv::NORM_L2, int step=cv::xphoto::BM3D_STEPALL, int transformType=cv::xphoto::HAAR) |
|
Block-Matching and 3D-filtering アルゴリズムを用いて画像のノイズ除去を行うhttp://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf演算処理の最適化を行います。ノイズはガウスホワイトノイズと予想される。[【詳解】(英語]
|
|
CV_EXPORTS_W void |
cv::xphoto::bm3dDenoising
(InputArray src, OutputArray dst, float h=1, int templateWindowSize=4, int searchWindowSize=16, int blockMatchingStep1=2500, int blockMatchingStep2=400, int groupSize=8, int slidingStep=1, float beta=2.0f, int normType=cv::NORM_L2, int step=cv::xphoto::BM3D_STEPALL, int transformType=cv::xphoto::HAAR) |
|
Block-Matching and 3D-filtering アルゴリズムを用いて画像のノイズ除去を行うhttp://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf演算処理の最適化を行います。ノイズはガウスホワイトノイズと予想される。[【詳解】(英語]
|
|
- 日付
- 2016年7月19日
- 著者
- バルテック・パウリク