搜索资源列表
05年毕业设计-图像处理软件及源代码c++builder
- 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
GeneralImageProcessingTookit
- 该数字图像处理软件包利用Delphi7.0完成,参照《基于Delphi的数字图像处理工程软件设计》这本书,可以实现基本的图像处理功能:如二值化、中值滤波、边缘检测、图像腐蚀等
cellcount.自己用C++ Builder设计的一个细胞处理软件
- 自己用C++ Builder设计的一个细胞处理软件,内部包含基本的图像处理功能,而且实现了细胞计数的功能。,Their use of C++ Builder designed a cell-processing software, internal include basic image processing functions, and the realization of the functions of the cell count.
DCT_001.pdf
- 基于SIMD的二维DCT算法快速计算。本文针对二维DCT变换,提出了和媒体指令相适应的数据结构和计算方法。最大限度利用媒体指令的运算能力,在软件设计时避免了数据相关性所带来的性能下降。-SIMD two-dimensional DCT-based fast calculation algorithm. In this paper, two-dimensional DCT transform, and the media put forward a directive to adapt the d
GUI04
- 用matlab实现图像处理,设计图像处理软件等-Implementation using matlab image processing, image processing software designed
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
image
- 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> conve
ruanjianshejiwendang
- 软件设计文档的模版 包含了大部分的所需内容。-Software design document template that contains most of what you need.
Ruihuajishu
- 本文介绍了图像处理中的锐化技术,介绍了多种方法,包括边缘检测、一阶微分、二阶微分等。 图像的锐化技术是图像处理中必不可少的部分,学会如何锐化图像将使我们的图像处理软件设计更加完美。-This article describes a sharpening of the image processing technology, introduced a variety of methods, including edge detection, first derivative, second d
FilterLab2.0
- 设计滤波器的软件Filterlab2.0的详细教程,学习滤波器必备啊,一起学习。-Design filter software Filterlab2.0 detailed tutorials, essential learning filter, ah, learn together.
imagegraduatationdesign
- 毕业设计论文本文主要介绍了数字图像处理系统的设计和实现过程,系统设计运用MFC的设计思想,通过VC++实现系统框架,简化了软件的开发,提高了软件系统的灵活性、可扩展性和重用性。同时系统所有的操作设计得十分简单方便,无需具备有专业的知识,也能对图片完成编辑操作。-This paper describes a digital image processing system design and implementation process, the system design using the d
reliability
- 球体平台测控系统的高可靠性软件设计与验证-Ball Control System platform software design and verification of high reliability
EmbedMachineVisionControlSys
- 嵌入式机器视觉测控系统,视觉工具的研究与开发,结合嵌入式,述说了机器视觉的算法与应用,设计了机器测控系统的软件设计与调试。-Embedded machine vision control system, visual tool for research and development, combined with embedded, describing the application of machine vision algorithms and the design of the mach
2013011668
- 基于C++的图形处理软件设计 ,是对图像信息处理有关的处理系统;并对数字处理概况进行了分析。-Graphics processing software design is based on C++, and is related to processing image information processing systems and digital processing profiles were analyzed.
VB-and-MATLAB-image
- VB与MATLAB的图像处理软件设计,可用于VB学习-VB and MATLAB image processing software designed for VB learning
dsplvboqi
- 利用MATLAB软件设计四种(低通、高通、带通、带阻)滤波器的程序-Using MATLAB software design four kinds (low pass, high pass, band pass, band stop) filter program
tuxchulikechengsheji
- 基于MATLAB图像处理软件设计,实现对图像的多种处理操作,适合初学者-MATLAB image processing software design, to achieve a variety of image processing operations, suitable for beginners based
image
- 图像处理软件设计;设计了友好的图形用户界面,方便用户观察处理结果。软件包主要实现了数字图像交互式自动分析和处理,图像增强、图像锐化、图像边界提取、图像边缘检测功能-image processing software
基于MFC的图像处理软件设计
- 基于MFC的图像处理软件设计,小东西,随便写写(MFC based image processing software design, small things, literally writing)
2886210
- 分而治之方法与软件设计的模块化方法非常相似,为了解决一个大的问题,可以: 1) 把它分成两个或多个更小的问题; 2) 分别()