登录
首页 » Visual C++ » 对比度拉伸

对比度拉伸

于 2020-05-06 发布
0 294
下载积分: 1 下载次数: 1

代码说明:

说明:  Visual c++数字图像处理对比度拉伸算法(Visual c ++ digital image processing contrast stretching algorithm)

文件列表:

对比度拉伸\Thumbs.db, 6144 , 2020-04-09
对比度拉伸\原始lena图像.bmp, 66614 , 2020-04-09
对比度拉伸\测试图片\Thumbs.db, 16384 , 2020-04-09
对比度拉伸\测试图片\原始lena图像.bmp, 66614 , 2020-04-09
对比度拉伸\测试图片\灰度拉伸后.bmp, 66614 , 2020-04-09
对比度拉伸\源代码\dibapi.cpp, 23782 , 2020-04-09
对比度拉伸\源代码\dibapi.h, 1876 , 2020-04-09
对比度拉伸\源代码\MainFrm.cpp, 2506 , 2020-04-09
对比度拉伸\源代码\MainFrm.h, 1581 , 2020-04-09
对比度拉伸\源代码\mydib.cpp, 3157 , 2020-04-09
对比度拉伸\源代码\mydib.h, 72 , 2020-04-09
对比度拉伸\源代码\MyDIP.aps, 30708 , 2020-04-09
对比度拉伸\源代码\MyDIP.clw, 2644 , 2020-04-09
对比度拉伸\源代码\MyDIP.cpp, 4158 , 2020-04-09
对比度拉伸\源代码\MyDIP.dsp, 4781 , 2020-04-09
对比度拉伸\源代码\MyDIP.dsw, 533 , 2020-04-09
对比度拉伸\源代码\MyDIP.h, 1345 , 2020-04-09
对比度拉伸\源代码\MyDIP.ncb, 66560 , 2020-04-09
对比度拉伸\源代码\MyDIP.opt, 56832 , 2020-04-09
对比度拉伸\源代码\MyDIP.plg, 244 , 2020-04-09
对比度拉伸\源代码\MyDIP.rc, 12279 , 2020-04-09
对比度拉伸\源代码\MyDIPDoc.cpp, 4007 , 2020-04-09
对比度拉伸\源代码\MyDIPDoc.h, 1830 , 2020-04-09
对比度拉伸\源代码\MyDIPView.cpp, 5600 , 2020-04-09
对比度拉伸\源代码\MyDIPView.h, 1990 , 2020-04-09
对比度拉伸\源代码\ReadMe.txt, 4287 , 2020-04-09
对比度拉伸\源代码\res\MyDIP.ico, 1078 , 2020-04-09
对比度拉伸\源代码\res\MyDIP.rc2, 397 , 2020-04-09
对比度拉伸\源代码\res\MyDIPDoc.ico, 1078 , 2020-04-09
对比度拉伸\源代码\res\Thumbs.db, 6656 , 2020-04-09
对比度拉伸\源代码\res\Toolbar.bmp, 1078 , 2020-04-09
对比度拉伸\源代码\Resource.h, 827 , 2020-04-09
对比度拉伸\源代码\StdAfx.cpp, 207 , 2020-04-09
对比度拉伸\源代码\StdAfx.h, 1040 , 2020-04-09
对比度拉伸\源代码\res, 0 , 2020-04-09
对比度拉伸\测试图片, 0 , 2020-04-09
对比度拉伸\源代码, 0 , 2020-04-09
对比度拉伸, 0 , 2020-04-09

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

发表评论

0 个回复

  • EmailManagement
    数据库课程设计简单的邮件管理系统。可以用VS2013连接oracle数据库,实现一些简单的操作(Database design courses simple mail management system. VS2013 can be used to connect oracle , to achieve some simple operations)
    2016-01-06 21:09:48下载
    积分:1
  • daojishi
    倒计时设计 单片机 武汉理工大学 课程设计 (daojishi)
    2009-07-10 23:22:04下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • equalvalueline
    使用Visual C++,MFC类库绘制等值线(Visual C++, MFC class library to draw contour)
    2013-04-03 20:45:23下载
    积分:1
  • dx9_spot_light
    说明:  DirectX9.0 编程基础 点光源(DirectX 9.0 basis points Source Programming)
    2006-01-14 23:26:11下载
    积分:1
  • sportsystem
    运动会管理系统 运动会管理系统 (Games Management System Games Management System Games Management System)
    2007-03-07 00:01:52下载
    积分:1
  • 1
    说明:  大一时候学的第一个关于vc++的知识点,虽然很容易,但也是基础。(The first leaning skill about vc++.)
    2015-11-07 21:14:53下载
    积分:1
  • DSP_FFT
    在DSP开发环境CCS3.3中利用c++语言实现快速傅里叶变换(In DSP development environment CCS3.3 using c++ language fast Fourier transform)
    2013-10-18 20:30:06下载
    积分:1
  • Beta
    VC开发的一款可以通过Access的增删改查进行存取记录的笔记本(VC Deve Note ,Could Sava your technology_note)
    2013-04-03 17:59:10下载
    积分:1
  • CcCharpSupermS
    用CSHARP实现超市的管理,包括进货,销货,比较适合初学学入门者,从大体上去掌握CSHARP用于WINForm的应用 (The CSHARP to achieve the management of the supermarket, including purchases, sales, and more suitable for beginners Introduction to general grasp CSHARP for WINForm application)
    2012-07-18 00:33:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载