CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..)

文件名称:ImgProcess2009-05-14

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    3.8mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

这是我读“图像识别与人工智能”研究生是,在实验室做图像处理与跟踪实验所用的框架程序。里面已经包含了如下函数模块:



图像显示:单幅图像显示,连续文件名的序列图像显示,SRC(纯数据图像文件)序列图显示



图像滤波、增强:均值滤波,灰度拉伸,图像减背景并拉伸



图像分割:自适应门限阈值分割,基于梯度的分割,基于最大熵的分割,OTSU分割,



图像加噪:图像加入随机噪声,序列图加噪声



图像轮廓:轮廓提取(只能对0-255二值图),轮廓跟踪(只能对0-255二值图),



其他:图像差分,腐蚀,膨胀



说明:因为是实验室做实验用的,所以界面做的很简单,大家多多谅解。但内容还是听丰富的,既有师兄师姐们积累的成果,也有我的两年经验。各函数都有很详细的中文注释,希望能给大家带来帮助,少走弯路。-The software contains the following function modules:

Image display: single image, the image sequence of consecutive file names SRC (pure data image files) sequence diagram showsImage filtering, enhancement: the mean filter, gray stretch, the image background subtraction and tensileImage Segmentation: Adaptive threshold threshold segmentation, gradient-based segmentation, segmentation based on maximum entropy, OTSU split,Image noise: images by adding random noise sequence diagram plus noiseImage contours: contour extraction (only 0-255 binary image), the contour tracking (only 0-255 binary diagram)Other: image difference, erosion and dilationDescr iption: laboratory experiments, so the interface to do the very simple, we a lot of understanding. Or listen to the rich, both brothers Shijie accumulated results of two years experience. Each function has a very detailed notes in Chinese, I hope we can bring help to avoid detours.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ImgProcess(我的图像处理框架)/BmpToSrcDlg.cpp
ImgProcess(我的图像处理框架)/BmpToSrcDlg.h
ImgProcess(我的图像处理框架)/Debug/BmpToSrcDlg.obj
ImgProcess(我的图像处理框架)/Debug/BmpToSrcDlg.sbr
ImgProcess(我的图像处理框架)/Debug/Dib.obj
ImgProcess(我的图像处理框架)/Debug/Dib.sbr
ImgProcess(我的图像处理框架)/Debug/FileProcess.obj
ImgProcess(我的图像处理框架)/Debug/FileProcess.sbr
ImgProcess(我的图像处理框架)/Debug/ImgProcess.bsc
ImgProcess(我的图像处理框架)/Debug/ImgProcess.exe
ImgProcess(我的图像处理框架)/Debug/ImgProcess.ilk
ImgProcess(我的图像处理框架)/Debug/ImgProcess.obj
ImgProcess(我的图像处理框架)/Debug/ImgProcess.pch
ImgProcess(我的图像处理框架)/Debug/ImgProcess.pdb
ImgProcess(我的图像处理框架)/Debug/ImgProcess.res
ImgProcess(我的图像处理框架)/Debug/ImgProcess.sbr
ImgProcess(我的图像处理框架)/Debug/ImgProcessDoc.obj
ImgProcess(我的图像处理框架)/Debug/ImgProcessDoc.sbr
ImgProcess(我的图像处理框架)/Debug/ImgProcessView.obj
ImgProcess(我的图像处理框架)/Debug/ImgProcessView.sbr
ImgProcess(我的图像处理框架)/Debug/MainFrm.obj
ImgProcess(我的图像处理框架)/Debug/MainFrm.sbr
ImgProcess(我的图像处理框架)/Debug/ProcessToolForImg.obj
ImgProcess(我的图像处理框架)/Debug/ProcessToolForImg.sbr
ImgProcess(我的图像处理框架)/Debug/SerialProDlg.obj
ImgProcess(我的图像处理框架)/Debug/SerialProDlg.sbr
ImgProcess(我的图像处理框架)/Debug/SerialShowDlg.obj
ImgProcess(我的图像处理框架)/Debug/SerialShowDlg.sbr
ImgProcess(我的图像处理框架)/Debug/SRCDlg.obj
ImgProcess(我的图像处理框架)/Debug/SRCDlg.sbr
ImgProcess(我的图像处理框架)/Debug/SRCtoBmpDlg.obj
ImgProcess(我的图像处理框架)/Debug/SRCtoBmpDlg.sbr
ImgProcess(我的图像处理框架)/Debug/StdAfx.obj
ImgProcess(我的图像处理框架)/Debug/StdAfx.sbr
ImgProcess(我的图像处理框架)/Debug/TrackByMeanshift.obj
ImgProcess(我的图像处理框架)/Debug/TrackByMeanshift.sbr
ImgProcess(我的图像处理框架)/Debug/vc60.idb
ImgProcess(我的图像处理框架)/Debug/vc60.pdb
ImgProcess(我的图像处理框架)/Dib.cpp
ImgProcess(我的图像处理框架)/Dib.h
ImgProcess(我的图像处理框架)/FileProcess.cpp
ImgProcess(我的图像处理框架)/FileProcess.h
ImgProcess(我的图像处理框架)/ImgProcess.aps
ImgProcess(我的图像处理框架)/ImgProcess.clw
ImgProcess(我的图像处理框架)/ImgProcess.cpp
ImgProcess(我的图像处理框架)/ImgProcess.dsp
ImgProcess(我的图像处理框架)/ImgProcess.dsw
ImgProcess(我的图像处理框架)/ImgProcess.h
ImgProcess(我的图像处理框架)/ImgProcess.ncb
ImgProcess(我的图像处理框架)/ImgProcess.opt
ImgProcess(我的图像处理框架)/ImgProcess.plg
ImgProcess(我的图像处理框架)/ImgProcess.rc
ImgProcess(我的图像处理框架)/ImgProcessDoc.cpp
ImgProcess(我的图像处理框架)/ImgProcessDoc.h
ImgProcess(我的图像处理框架)/ImgProcessView.cpp
ImgProcess(我的图像处理框架)/ImgProcessView.h
ImgProcess(我的图像处理框架)/ImgProperty.h
ImgProcess(我的图像处理框架)/List.h
ImgProcess(我的图像处理框架)/MainFrm.cpp
ImgProcess(我的图像处理框架)/MainFrm.h
ImgProcess(我的图像处理框架)/ProcessToolForImg.cpp
ImgProcess(我的图像处理框架)/ProcessToolForImg.h
ImgProcess(我的图像处理框架)/ReadMe.txt
ImgProcess(我的图像处理框架)/res/ImgProcess.ico
ImgProcess(我的图像处理框架)/res/ImgProcess.rc2
ImgProcess(我的图像处理框架)/res/ImgProcessDoc.ico
ImgProcess(我的图像处理框架)/res/Thumbs.db
ImgProcess(我的图像处理框架)/res/Toolbar.bmp
ImgProcess(我的图像处理框架)/resource.h
ImgProcess(我的图像处理框架)/SerialProDlg.cpp
ImgProcess(我的图像处理框架)/SerialProDlg.h
ImgProcess(我的图像处理框架)/SerialShowDlg.cpp
ImgProcess(我的图像处理框架)/SerialShowDlg.h
ImgProcess(我的图像处理框架)/SRCDlg.cpp
ImgProcess(我的图像处理框架)/SRCDlg.h
ImgProcess(我的图像处理框架)/SRCtoBmpDlg.cpp
ImgProcess(我的图像处理框架)/SRCtoBmpDlg.h
ImgProcess(我的图像处理框架)/StdAfx.cpp
ImgProcess(我的图像处理框架)/StdAfx.h
ImgProcess(我的图像处理框架)/TrackByMeanshift.cpp
ImgProcess(我的图像处理框架)/TrackByMeanshift.h
ImgProcess(我的图像处理框架)/当前版本说明.doc
ImgProcess(我的图像处理框架)/Debug
ImgProcess(我的图像处理框架)/res
ImgProcess(我的图像处理框架)

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com