91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 44KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-08
  • 語言: 其他
  • 標簽:

資源簡介

遞歸雙邊濾波算法源碼/DEMO,經典保留邊緣濾波器。。。。。

資源截圖

代碼片段和文件信息

#include?“string.h“
#include?“stdio.h“
#include?“stdlib.h“
#include?“math.h“
#include“f_Bilateralfilter.h“



//垂直方向遞歸
void?runVerticalHorizontal(double?*dataint?widthint?heightdouble?spatialDecaydouble?*exp_tabledouble?*g_table)
{
int?length0=height*width;
double*?g=?new?double[length0];
int?m?=?0;
for?(int?k2?=?0;k2 {
int?n?=?k2;
for?(int?k1?=?0;k1 {
g[n]=data[m++];
n?+=?height;
}
}
double*p?=?new?double[length0];
double*r?=?new?double[length0];
memcpy(p?g?sizeof(double)?*?length0);
memcpy(r?g?sizeof(double)?*?length0);
for?(int?k1?=?0;k1 {
int?startIndex=k1?*?height;
double?mu?=?0.0;
for?(int?k=startIndex+1K?=startIndex+height;k {
int?div0=fabs(p[k]-p[k-1]);
m

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-24?11:37??遞歸雙邊濾波\
?????目錄???????????0??2018-05-24?11:37??遞歸雙邊濾波\TestDemo\
?????文件????????6611??2018-05-24?11:29??遞歸雙邊濾波\TestDemo\Form1.Designer.cs
?????文件????????3884??2018-05-24?11:29??遞歸雙邊濾波\TestDemo\Form1.cs
?????文件????????5817??2018-05-24?11:29??遞歸雙邊濾波\TestDemo\Form1.resx
?????文件????????1107??2015-11-07?09:25??遞歸雙邊濾波\TestDemo\ImageProcessDll.cs
?????文件?????????500??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Program.cs
?????目錄???????????0??2018-05-24?11:33??遞歸雙邊濾波\TestDemo\Properties\
?????文件????????1428??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Properties\AssemblyInfo.cs
?????文件????????2846??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Properties\Resources.Designer.cs
?????文件????????5612??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Properties\Resources.resx
?????文件????????1095??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Properties\Settings.Designer.cs
?????文件?????????249??2015-05-05?11:41??遞歸雙邊濾波\TestDemo\Properties\Settings.settings
?????文件????????1060??2015-05-05?12:41??遞歸雙邊濾波\TestDemo\TestBitmap.cs
?????文件????????5504??2015-07-29?14:24??遞歸雙邊濾波\TestDemo\TestDemo.csproj
?????文件?????????638??2015-05-05?12:41??遞歸雙邊濾波\TestDemo\TestDemo.csproj.user
?????目錄???????????0??2018-05-24?11:37??遞歸雙邊濾波\TestDemo\bin\
?????目錄???????????0??2018-05-24?11:33??遞歸雙邊濾波\TestDemo\bin\Release\
?????文件???????13312??2018-05-24?11:29??遞歸雙邊濾波\TestDemo\bin\Release\TestDemo.exe
?????文件???????10240??2018-05-24?11:24??遞歸雙邊濾波\TestDemo\bin\Release\TestDemo_C.dll
?????文件????????2670??2015-07-24?16:52??遞歸雙邊濾波\TestDemo.sln
?????文件???????95744??2018-05-24?11:36??遞歸雙邊濾波\TestDemo.suo
?????目錄???????????0??2018-05-24?11:37??遞歸雙邊濾波\TestDemo_C\
?????文件????????2189??2015-05-05?11:48??遞歸雙邊濾波\TestDemo_C\ReadMe.txt
?????文件????????4313??2018-05-24?11:36??遞歸雙邊濾波\TestDemo_C\TestDemo_C.vcxproj
?????文件????????1165??2018-05-24?11:36??遞歸雙邊濾波\TestDemo_C\TestDemo_C.vcxproj.filters
?????文件?????????143??2015-05-05?11:48??遞歸雙邊濾波\TestDemo_C\TestDemo_C.vcxproj.user
?????文件????????5709??2018-05-24?11:36??遞歸雙邊濾波\TestDemo_C\f_Bilateralfilter.cpp
?????文件?????????822??2018-05-24?11:36??遞歸雙邊濾波\TestDemo_C\f_Bilateralfilter.h

評論

共有 條評論

相關資源