资源简介
参考:[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个文件信息
相关资源
- Opencv 人脸图像素描化
- 基于STM32示波器 DDS信号发生器.zip
- 基于OpenCV读取摄像头的人脸检测和识
- 多态与虚拟多型與虛擬
- 基于Qt实现的猜数字游戏
- 基于OpenCv的旋转匹配
- opencv果实分割与识别
- http 服务器
- WS2812库 arduino测试通过
- qt环境下使用opencv打开双摄像头并保存
- opencv学习手势轮廓识别源代码
- OpenCV2 计算机视觉编程手册 配套源代
- Qt实现notepad记事本源码工程(版本二
- 基于opencv的双目测距代码+文章
- Qt+GDAL图像显示基本功能
- opencvc车流量统计
- 计算机联锁进路搜索算法
- Qt贪吃蛇小游戏代码+详细设计文档
- 由三点三维坐标计算圆半径和圆心位
- 车辆与车道线的检测与跟踪
- VC全景图拼接算法源码毕业设计+论文
- 设计一个菜单驱动的学生成绩管理程
- 基于opencv实现的图像拼接
- 测量平差程序设计—宋力杰
- HDF5 HDF4 NC 格式数据解析操作类
- 通信录管理系统(用数据库连接,包
- QT5各类控件合集包好常用(QML)
- ROI区域&图像混合例程by浅墨
- ASM 人脸特征点提取
- 车牌识别源代码
评论
共有 条评论