搜索资源列表
greyMorphnology
- 一个集成所有灰度形态学图像处理方法的自编程序,解读它可以搞懂形态学运算的基本过程和实现方法。-an integrated all gray morphological image processing methods of writing procedures and the interpretation of it to understand the morphology of the basic computing processes and methods.
MasterVisualC++_NETimageprocessing
- 《VC++图象处理程序设计》 书中代码 天津理工大学 计算机科学与工程系 杨淑莹 第二章特效显示 第三章几何变换 第四章灰度变换 第五章平滑处理 第六章锐化及边缘检测 第七章图像分割 第八章形态学 第九章图像的变换域处理 第十章图像合成 第十一章24位彩色 第十二 章小波变换-"VC image processing program design" book code Tianjin Polytechnic University
CarPlateRec
- 车牌定位与识别系统,首先将彩色图像转化为256灰度图像,然后用边缘检测和形态学等实现定位,再用神经网络方法实现字符识别.-plates positioning and identification system will first color image into a 256 grayscale image, Then Edge Detection and morphology, and so on to achieve positioning, and then neural network
BasicProcessing
- 能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码-can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transforma
xingtaixuetyperec
- 形态学车牌定位,可转灰度图、二值化、梯度锐化、腐蚀、膨胀、定位、截取.-morphology plates, which can turn gray level binary gradient sharpening, corrosion, swelling, positioning and interception.
Morphological_Opening
- 以rice.tif为图像实例,介绍用形态学方法对灰度图像进行处理与分析的技术要点,即对灰度图像进 行如下操作:去除图像的不均匀背景;用设置阈值的方法(thresholding)将结果图像转换成二值图像;通过成分标记(components labeling)返回图像中的目标对象属性,并计算目标对象的统计数字特征。-to rice. Tif images for example, introduces the morphology of gray image processing and ana
DImageProcessing
- 学习图像处理的好例子,包括常见的图像处理代码:点运算(图像反色、线性变换,灰度均衡等),几何变换(缩放、平移、镜像等等) 正交变换(付立叶、离散余弦变换等) 图像增强(图像平滑、中值滤波等) 形态学变换、边缘与轮廓、图像分析、图像复原、图像编码、角点检测等
locating
- 一个车牌定位方法,包括图像的灰度化,二值化,数学形态学的处理,滤波等
dilate.erode
- 自己编写的数学形态学膨胀和腐蚀的matlab算法 适用于二值和灰度图象
ImageMorph VC# (VS2010版)写的形态学源代码
- VC# (VS2010版)写的形态学源代码。包括二值图像和灰度图像的形态变化,比如腐蚀,膨胀,噪音滤波等等。-VC# (VS2010 version) written by morphological source code. Binary image and grayscale images morphological changes, such as erosion, dilation, noise filtering, and so on.
opencvgray
- opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
ImageProcess
- 彩色图像处理:1、底片效果,2、浮雕和雕刻效果,3、色彩变换:IHS变换以及图像灰度化,4、彩色图像二值化,5、灰度图像形态学处理:开闭运算,膨胀、腐蚀,6、正交变换:傅立叶变换及傅立叶反变换-Color Image Processing: 1, negative effect, 2, the effect of relief and sculpture, 3, color transform: IHS transform and the image of, 4, color images of
work
- 利用膨胀 腐蚀 对灰度图像进行基于形态学的边缘检测-Expanding the use of corrosion on the gray image to achieve edge detection
growcut
- 可实现与graph-cuts算法相似的图像分割效果. 他借用了生物形态学知识,将每一个像素视为一个细胞,这些细胞可能是前景,背景,或其他。这些细胞依据其灰度竞争获得生长,由此获得分割。-This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each ima
xtx
- 对灰度图像和二值图像进行去噪,是一种形态学滤波器。-denoiseing for the gray image and binary image
IMAGEPREGRESS
- 数字图像处理初学者编写的小程序,简单易懂,方便实用;其中包括RGB变GRAY,图像形态学变换(灰度拉伸,窗口变换等),手动去除噪声点,图像边缘提取,图像像素灰度值输入TXT文档等。-something about image pregress.
morphologicalFiler_vc
- 包括均值滤波,中值滤波,灰度形态学滤波,高斯低通滤波,统计滤波等-图像平滑与去噪,-Including the mean filter, median filter, grayscale morphological filtering, Gaussian low-pass filtering, statistical filtering- smoothing and denoising,
G_ero
- 形态学腐蚀,基于模糊逻辑的形态学灰度算法,用于对图像进行腐蚀运算,可选用多个模糊逻辑算子。参数可调。-Corrosion morphology, grayscale morphology based on fuzzy logic algorithm for computing the image to corrosion, may choose multiple fuzzy logic operators. Adjustable parameters.
PDE_in_image_processing
- 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing
Code
- 边缘检测,彩色图像边缘检测,图形处理及灰度化,形态学变换,FaceDemo-Edge detection, color image edge detection, image processing and grayscale, morphological transformation, FaceDemo