登录
首页 » Visual C++ » Visualc++Imageexample(XuHui)

Visualc++Imageexample(XuHui)

于 2007-10-19 发布 文件大小:4982KB
0 268
下载积分: 1 下载次数: 8

代码说明:

  Visual C++数字图像实用工程案例光盘代码(Visual C++ Digital image utility works case CD-ROM code)

文件列表:

chap1
.....\Hough变换.txt
.....\图像增强技术.txt
.....\图像平移.txt
.....\图像旋转.txt
.....\图像的3D灰度显示.txt
.....\图像的反色.txt
.....\图像缩放.txt
.....\图像转置.txt
.....\图像镜像.txt
.....\拉普拉斯高斯边缘检测.txt
.....\显示浮雕文字效果.txt
.....\显示渐变色彩效果.txt
.....\浮雕技术.txt
.....\灰度均衡.txt
.....\灰度拉伸.txt
.....\维纳滤波处理.txt
.....\逆滤波处理.txt
.....\阈值变换.txt
.....\雕刻技术.txt
chap2
.....\细胞识别统计系统

.....\................\Cell.aps

.....\................\Cell.clw
.....\................\Cell.cpp
.....\................\Cell.dsp
.....\................\Cell.dsw
.....\................\Cell.exe
.....\................\Cell.h
.....\................\Cell.ncb
.....\................\Cell.opt
.....\................\Cell.plg
.....\................\Cell.rc
.....\................\CellDoc.cpp
.....\................\CellDoc.h
.....\................\CellView.cpp
.....\................\CellView.h
.....\................\Cell_debug.exe
.....\................\HistogramDlg.cpp
.....\................\HistogramDlg.h
.....\................\HSI.cpp
.....\................\HSI.h
.....\................\HSIDlg.cpp
.....\................\HSIDlg.h
.....\................\MainFrm.cpp
.....\................\MainFrm.h
.....\................\ReadMe.txt
.....\................\res

.....\................\...\Cell.rc2

.....\................\...\cursor1.cur

.....\................\Resource.h
.....\................\Set.cpp
.....\................\Set.h
.....\................\StdAfx.cpp
.....\................\StdAfx.h
.....\................\ѪҺͼƬ


chap3
.....\基于图像处理的相机自动调焦系统
.....\..............................\CDib.cpp
.....\..............................\CDib.h
.....\..............................\Definition.cpp
.....\..............................\Definition.h
.....\..............................\DialogIm.cpp
.....\..............................\DialogIm.h
.....\..............................\MainFrm.cpp
.....\..............................\MainFrm.h
.....\..............................\Pro2.aps
.....\..............................\Pro2.clw
.....\..............................\Pro2.cpp
.....\..............................\Pro2.dsp
.....\..............................\Pro2.dsw
.....\..............................\Pro2.h
.....\..............................\Pro2.ncb
.....\..............................\Pro2.opt
.....\..............................\Pro2.plg
.....\..............................\Pro2.rc
.....\..............................\Pro2Doc.cpp
.....\..............................\Pro2Doc.h
.....\..............................\Pro2View.cpp
.....\..............................\Pro2View.h
.....\..............................\ReadMe.txt
.....\..............................\res

.....\..............................\...\Pro2.rc2


.....\..............................\resource.h
.....\..............................\StatChart.cpp
.....\..............................\StatChart.h
.....\..............................\StdAfx.cpp
.....\..............................\StdAfx.h
chap4
.....\运动检测系统

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • erzhihua
    图像的二值化处理程序,用于Visual c++中(Binary image processing program for Visual c++ in)
    2010-08-13 08:50:24下载
    积分:1
  • histogrameq
    VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference )
    2012-03-15 10:09:25下载
    积分:1
  • 3D-MIP---5533
    可以在VTK下进行三维重建的DICOM数据(Three-dimensional reconstruction can be carried out in the VTK DICOM data)
    2020-12-17 16:29:12下载
    积分:1
  • future_net.tar
    2016华为软件精英挑战赛,采用迪杰斯特拉算法,效率高,但需要自行修改(HUAWEI software challenge 2016)
    2016-04-12 14:00:55下载
    积分:1
  • OTSUMultiThre
    1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)
    2009-02-06 14:55:41下载
    积分:1
  • fast_dt
    快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
    2011-10-11 16:16:21下载
    积分:1
  • SLIC_mex
    SLIC超像素分割matlab版本,主要算法为C++与matlab算法联动(SLIC super pixel segmentation matlab version, the main algorithm is C++ and matlab algorithm linkage)
    2018-10-09 14:51:36下载
    积分:1
  • visual-cPP-image-process
    数字图像处理诸多算法源代码,图像处理的同学可以下载下来看看,适合初学者。(c++ code of digital image process )
    2012-03-16 16:52:53下载
    积分:1
  • CodeofOpenCV
    《OpenCV基础教程》于仕琪主编,书中所有源代码下载,基于OpenCV的图像处理技术(" OpenCV-based tutorial," in Shi Qi editor of the book to download all the source code, based on OpenCV image processing technology)
    2009-12-24 15:35:12下载
    积分:1
  • Houghtranslate
    这个是图像处理中的hough变换的C++源代码,工需要的同学参考学习。(This is the image processing hough transform C++ source code, engineering students need to learn.)
    2013-09-07 00:28:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载