搜索资源列表
digitalbild with C++builder
- 图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
05年毕业设计-图像处理软件及源代码c++builder
- 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
Picture2to1src
- 用c++ builder作的将两张图片叠加的源码示例,以及一些基本的图像处理-c builder used for the superposition of the two pictures source samples, and some basic image processing
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
BMP处理Windows编程中图像
- BMP处理Windows编程中图像处理相对比较复杂,好在C++ Builder提供了一些图形类,它们通过 ... 选择要处理的图像文件
顺序统计滤波器
- 该程序用C++ builder 编写,4个IMAGE 窗口,分别进行了读取图片,最小值滤波,最大值滤波和中值滤波。
各种图像的小变换
- 用C++ Builder做的 对一幅图像进行各种变换的小程序,如平移,窗帘显示,浓雾效果,交叉显示, 源码
二阶微分图像增强
- 通过二阶微分算子对BMP图像进行微分,然后加上原图,实现图像增强的效果。采取C++ Builder 编程
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.
vedio
- 应用vfw技术在C++Builder环境下捕捉视频,为接下来的视频图像保存,处理做准备工作。-Vfw applications in C++ Builder environment to capture video, the video image to the next save, ready to do deal with job
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
cccc
- C++Builder图像处理编程 是一个例子,入门参考-C++ Builder programming is an example of image processing, entry-reference
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-learn-version
- c++builder 图形图像 控件使用 报表打印 窗体 文件处理 数据库与系统编程等。-C++ builder graphic image control use print form document processing database and system programming, etc.
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.)