资源简介
参考:[1]张力.Wallis滤波在影像匹配中的应用[J] [2]Wallis滤波代码.http://download.csdn.net/detail/const001/2912855[OL]

代码片段和文件信息
#include“Wallis.h“
int main()
{
float B = 0.5;
float C = 0.5;
float Mean = 127;
float Sigma = 50;
char* outfile = “Result.png“;
Mat Img = imread(“cat.png“ 0);
Mat Result=Img.clone();
Wallis wallis(ImgBCMeanSigma);
wallis.Wallisfilter(Result);
imshow(“SourceImg“ Img);
imshow(“Result“Result);
imwrite(outfile Result);
waitKey(0);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 83456 2017-06-11 10:53 Wallis\Debug\Wallis.exe
文件 697556 2017-06-11 10:53 Wallis\Debug\Wallis.ilk
文件 2223104 2017-06-11 10:53 Wallis\Debug\Wallis.pdb
文件 271011 2017-06-02 19:49 Wallis\Wallis\cat.png
文件 235868 2017-06-06 20:32 Wallis\Wallis\Debug\main.obj
文件 1338368 2017-06-11 10:53 Wallis\Wallis\Debug\vc120.idb
文件 1437696 2017-06-11 10:53 Wallis\Wallis\Debug\vc120.pdb
文件 2011 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.log
文件 229051 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.obj
文件 1534 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\cl.command.1.tlog
文件 54666 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\CL.read.1.tlog
文件 1778 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\CL.write.1.tlog
文件 3486 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\li
文件 5656 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\li
文件 616 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\li
文件 174 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog\Wallis.lastbuildstate
文件 381 2017-06-04 16:40 Wallis\Wallis\main.cpp
文件 114487 2017-06-11 10:53 Wallis\Wallis\Result.png
文件 3893 2017-06-11 10:53 Wallis\Wallis\Wallis.cpp
文件 942 2017-06-04 16:36 Wallis\Wallis\Wallis.h
文件 4252 2017-06-04 11:33 Wallis\Wallis\Wallis.vcxproj
文件 1154 2017-06-04 11:33 Wallis\Wallis\Wallis.vcxproj.filters
文件 14680064 2017-06-11 10:55 Wallis\Wallis.sdf
文件 964 2017-06-03 10:20 Wallis\Wallis.sln
..A..H. 23040 2017-06-11 10:55 Wallis\Wallis.v12.suo
目录 0 2017-06-11 10:53 Wallis\Wallis\Debug\Wallis.tlog
目录 0 2017-06-11 10:53 Wallis\Wallis\Debug
目录 0 2017-06-04 16:39 Wallis\Debug
目录 0 2017-06-11 10:53 Wallis\Wallis
目录 0 2017-06-11 10:55 Wallis
............此处省略3个文件信息
相关资源
- VisualStudioUninstaller vs卸载工具
- 组态王驱动开发包3.0.0.7(中文)
- 多窗口后台鼠标连点器
- 使用选择性重传协议实现UDP可靠通信
- VC 获得文件属性 获取文件的创建时
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
- 外点法程序
- 外罚函数程序
- qt-电子点菜系统
- 推箱子及人工智能寻路C 源代码
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- MUSIC算法c 实现
- C 餐厅叫号系统(QT平)
- 国际象棋c 完整版
-
ob
jectARX给Auto CAD加工具条 - 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- c 课程设计 职工信息管理系统
- 基于OpenCV的数字识别468815
- VC 游戏编程—附源代码
- 使用opencv去掉二值化图像中黑色面积
- IpHlpApi.h&IpHlpApi.lib
- 清华大学 c 郑莉 ppt课件
- c 程序判断离散数学中命题公式
- 多项式求和(数据结构C 版)
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
评论
共有 条评论