登录
首页 » Visual C++ » DIPDemo

DIPDemo

于 2020-12-27 发布 文件大小:459KB
0 279
下载积分: 1 下载次数: 338

代码说明:

  包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)(Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, graying, adding random noise, Salt and pepper noise, to noise), image processing (geometric transformation, gray inversion, histogram equalization oriented, histogram statistics, image restoration, edge extraction, pseudo-color, binary, image transform), image output (save the image, print out, copy to clipboard))

文件列表:

数字图像处理学源程序
....................\App.Dat

....................\ca-c100.ini
....................\Config.ini
....................\CPEControl.cpp
....................\CPEControl.h
....................\CPEW16.DLL
....................\CPEW32.DLL
....................\CPEW32.H
....................\CPEW32.LIB
....................\DIPDemo.clw
....................\DIPDemo.cpp
....................\DIPDemo.dsp
....................\DIPDemo.dsw
....................\DIPDemo.h
....................\DIPDemo.ncb
....................\DIPDemo.opt
....................\DIPDemo.plg
....................\DIPDemo.rc
....................\DIPDemoDlg.cpp
....................\DIPDemoDlg.h



....................\gray1.bmp
....................\HelpDlg.cpp
....................\HelpDlg.h
....................\HistogramDlg.cpp
....................\HistogramDlg.h
....................\ImageProcessing.cpp
....................\ImageWnd.cpp
....................\ImageWnd.h
....................\NumberDlg.cpp
....................\NumberDlg.h
....................\Ocr.Dat
....................\okacap.dll
....................\OKAPI32.dll
....................\okc30.dll
....................\ProcessDlg.cpp
....................\ProcessDlg.h
....................\ReadMe.txt
....................\res

....................\...\DIPDemo.rc2
....................\resource.h
....................\ScanDesc.Dat
....................\Scanner.cpp
....................\Scanner.h
....................\ScanSet.Dat
....................\Splash.cpp
....................\Splash.h
....................\ss00.job
....................\SSuite.log
....................\Starry.bmp
....................\StdAfx.cpp
....................\StdAfx.h
....................\title.bmp

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

发表评论

0 个回复

  • C++.netBMP24bitTo8bit
    此程序实现二十四位BMP到八位BMP图像的转换(this program to 24 BMP eight BMP image conversion)
    2007-04-04 15:20:57下载
    积分:1
  • B1-spline
    图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形( Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
    2014-12-09 17:53:57下载
    积分:1
  • secret-sharing-ideas
    针对图像秘密共享前需要像素置乱的问题,基于(t, n)门限多重秘密共享思想,提出一种免置乱的图像秘密共享方案,以第n+1人的秘密份额作为因子参与秘密分割与重构,加大相邻像素之间的差距(Based on (t, n) threshold multiple secret sharing ideas, and put forward a kind of scrambling image from secret sharing scheme to n+ 1 people share the secret as factors involved in secret segmentation and reconstruction, increase the gap between adjacent pixels)
    2012-04-10 16:25:00下载
    积分:1
  • zhengxuan
    一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器(The opening loading effect of a VC++ image to demonstrate the effects achieved in several image loading, such as scanning, slide show, getting into the display and mosaic display, we learn to look at some slides software to similar effect, if you have certain VC++ basis, you can learn about the effects of specific methods, extended again, can create the image of a band effects Viewer)
    2012-11-08 19:51:35下载
    积分:1
  • zi
    说明:  自由曲面光学透镜的图像变换面形测量系统与精度建模(Free-form optical lens image transformation shape measurement system with precision modeling)
    2013-03-07 09:08:13下载
    积分:1
  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • Canny
    本压缩包有canny算子的源程序代码和测试图片。(The archive has canny operator of the source code and test images.)
    2008-07-24 11:22:50下载
    积分:1
  • 1197876686767rendertotexture
    这个程序demo了怎样使用glCopyToTexture函数绘制。这个纹理是应用在一个立方体上的。(This app demonstrates how to render to a texture using the glCopyToTexture function. I have used one of my old projects to create a interesting effect (Blending colors). This is rendered to a viewport and then copied to a texture. The texture is then applied to a cube.)
    2009-04-30 10:47:05下载
    积分:1
  • sample-histogram-equalization
    直方图拉伸是通过对比度拉伸对直方图进行调整,从而“扩大”前景和背景灰度的差别,以达到增强对比度的目的(Histogram stretching histogram is adjusted by contrast stretching, thereby " expand" the difference between the foreground and background of gray, in order to achieve the purpose of enhancing the contrast)
    2016-10-25 17:28:33下载
    积分:1
  • meanshift
    meanshift算法,及其在图像处理方面的应用(meanshift algorithm)
    2011-10-10 08:23:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载