搜索资源列表
05年毕业设计-图像处理软件及源代码c++builder
- 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
C++Builder图像处理编程
- BMP图象在C++Builder环境下的实现,是个用于学习的不错的源码.-BMP images in the C Builder environment of achieving, is good for learning the source.
numberplate_C++Builder
- 车牌识别C++Builder代码,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。 -LPR C Builder code, first and foremost, we should plates gray, Then the image median filtering for
60312541452007321113919746752
- 在Windows编程中图像处理相对比较复杂,好在C++ Builder提供了一些图形类,它们通过对Windows中的图形对象进行包装,从而大大简化了图像操作的难度。下面就通过对图像进行柔化、锐化、浮雕效果等几个特殊效果处理来具体说明一下。 -in Windows Programming image processing are relatively complex, Fortunately C Builder provides some graphics category, They passe
colorimageprocess
- 彩色图像处理,c++builder语言。
BMP处理Windows编程中图像
- BMP处理Windows编程中图像处理相对比较复杂,好在C++ Builder提供了一些图形类,它们通过 ... 选择要处理的图像文件
newnew
- 本人亲手用C++builder编写的一个图像处理小程序,包含可执行文件和所有源码,在BCB6.0上调试通过。功能有图像灰度化、缩放、Sobel算子及prewitt算子实现边缘检测,还能根据颜色将图片的前景和背景分离。是学习图像处理编程的好东东。
Image
- 功能描述:该程序给图像处理的平台,实现了图像处理的大部分算法,包括图像变换、图像处理和图像分析,功能丰富,参考性很强。 开发环境:C++ Builder 6.0 所用控件:Sunisoft SuiPack、SDL Component
二阶微分图像增强
- 通过二阶微分算子对BMP图像进行微分,然后加上原图,实现图像增强的效果。采取C++ Builder 编程
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.
ashing
- 用C++builder实现BMP格式图像的灰化处理-Using C++ builder achieve BMP format images ashing treatment
Digitalimageprocessing
- 对最新版本的OpenCV新增的功能作了详细的论述,并且讨论了在C++Builder环境下如何配置OpenCV,最后在此基础上给出了两个应用实例。对数字图像处理的研究具有一定的实用价值。-The latest edition of the OpenCV new features were discussed in detail and discussed the C++ Builder environment how to configure OpenCV, the last on the bas
DosImage
- C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
bianyuanzengqiang
- 应用C++Builder编写图像处理中的边缘增强程序-Application of C++ Builder to prepare the edge enhancement image processing program
ruihuatuxiang
- 应用C++Builder编写图像处理中的锐化图像程序-Application of C++ Builder in the preparation of image processing procedures for sharpening images
DigitalImageSmoothlyProcessingBasedonCBuilder
- 介绍了图像增强技术中, 空间域处理方法中的邻域平均法的原理、算法, 及该原理在 windows 平台上以C++ Builder 为开发工具的具体程序实现。-Describes the image enhancement technology, the spatial domain approach in the principle of neighborhood averaging method, algorithm, and the principle in windows platfor
code
- 深入研究适合该图像的预处理、二值分割、边缘提取和几何形状判断方法,重点研究针尖倒装、弯曲和倒刺等不合格针尖的自动检 测方法,并基于C++ Builder平台使用C++面向对象技术实现上述图像处理过程。 -Depth for the image preprocessing, binary segmentation, edge detection and geometric methods of shape judgments, focusing on needle flip, bend a
cPP-builder-image
- c++ builder 实现数字图像处理程序及其工程。-C++ builder of digital image processing program and its engineering.
用C++builder二值化图像
- 本例用BCB进行图像的基本处理,包括阈值二值化,黑白处理,中值滤波等实用程序
fft算法
- 能实现FFT快速算法,处理图像变换,学习的好代码。(FFT can achieve fast algorithm, deal with image transform.)