xphoto_dctDenoising

[32/64bit] この関数は,シンプルな dct ベースのノイズ除去を行います.

xphoto_dctDenoising p1,p2,p3,p4

p1 = sptr : IntPtr src
p2 = sptr : IntPtr dst
p3 = double : double sigma
p4 = int : int psize

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

http://www.ipol.im/pub/art/2011/ys-dct/.See また,fastNlMeansDenoising

元関数名(C#): xphoto_dctDenoising
元DLLエクスポート名: xphoto_dctDenoising
参照元CSファイル: Internal\PInvoke\NativeMethods\NativeMethods_xphoto.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) xphoto_dctDenoising(cv::Mat *src, cv::Mat *dst, const double sigma, const int psize)
{
    BEGIN_WRAP
    cv::xphoto::dctDenoising(*src, *dst, sigma, psize);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_xphoto
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs