搜索资源列表
-
0下载:
自己写的一个图像处理的程序,主要用于表单识别,包括数学形态学,倾斜矫正和模式匹配等算法-yourself writing an image processing procedures, mainly for the identification of the form, including mathematical morphology, tilt correction and pattern matching algorithm
-
-
1下载:
用VC编写的一个图像处理的程序:它可以实现图像的数学形态学操作,包括:膨胀、腐蚀、开运算、闭运算和图像的细化。-VC prepared by an image processing procedures : it can image the mathematical morphology operations, including : Expansion, corrosion, opening operation, closing operation and image refinement.
-
-
1下载:
数字图像处理源码,vc写的,包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 -digital image processing source code, written by the vc, including sharpening, smoothing, LOG filter from the brink of mathematical morphology corrosion, swelling, ske
-
-
0下载:
实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法,
需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will
-
-
0下载:
崔屹著《图象处理与分析——数学形态学方法及应用》的盘,采用c语言编写,最值得收藏的经典代码,非常适合初学者学习。-CUI Yi of " image processing and analysis- method and application of mathematical morphology," the disc, using c language, the most worthy of collection of classic code, very suitable
-
-
0下载:
本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
-
-
0下载:
数学形态学图像处理 腐蚀运算 膨胀运算 开运算 闭运算 击中击不中运算-Erosion operation of mathematical morphology image processing expansion of operations to open operation closing operation hit-miss operation
-
-
0下载:
用C#编写的一个图像处理的程序:灰度转换,图像平滑与去噪,边缘检测,数学形态学图像处理-Written in C# using an image processing program: grayscale conversion, image smoothing and denoising, edge detection, mathematical morphology image processing and so on. . .
-
-
0下载:
本资料是关于形态学图像处理的操作方法和基本数学形态算法的介绍。-This information is on morphological image processing methods of operation and introduce the basic mathematical morphology algorithms.
-
-
0下载:
代码是何东健《数字图像处理》的随书代码,提供了图像增强与平滑、图像分割与边缘检测、图像的几何变换、频域处理、数学形态学及其应用、图像特征与理解、图像编码 、图像复原的源代码.-Code is Dong-Jian " Digital Image Processing" with the book code, and provides image enhancement and smoothing, image segmentation and edge detection, i
-
-
0下载:
形态学理论的发展及其在图像处理(去噪、增强、边缘检测)中的应用-mathematical morphology theory and its develpment used in the image processing--denoising\enhancing and edge detecting
-
-
0下载:
本源码共包括12个源代码,分别为数字图像显示、旋转及平移、图像增强与平滑、图像分割与边缘检测、图像的几何变换、频域处理、数学形态学及其应用、图像特征与理解、图像编码以及图像复原等内容。-The source code includes a total of 12 source codes, respectively, for digital image display, rotation and translation, image enhancement and smoothing, imag
-
-
0下载:
Visual C++ 2010 二值图像数学形态学处理和灰度图像数学形态学处理-Visual C++ 2010 two mathematical morphology of the binary image processing and gray image mathematical morphology processing
-
-
0下载:
用Matlab实现图像的阈值分割、数学形态学处理、图像平滑等图像处理操作-Matlab using image threshold segmentation, mathematical morphology, image smoothing and image processing operations
-
-
0下载:
一 彩色图像灰度化 1
二 空域增强技术 2
2.1 直接灰度映射 2
2.1.1 图像求反(负片) 2
2.1.2 调用imadjust 2
2.1.2 动态范围压缩 3
2.1.3 灰度切分 4
2.1.4 位图切分 5
2.2 直方图变换 6
2.3 空域滤波 7
2.3.1平滑滤波 7
2.3.2锐化滤波 9
三 基本图像变换 11
四 频域图像增强 12
4.1 低通滤波 12
4.1.1 理想低通滤波 12
4.1
-
-
0下载:
数字图像处理中的图像增强算法,采用数学形态学的方法来处理图像,最后用了分水岭算法-Digital image processing image enhancement algorithms, mathematical morphology method to process the image, and finally with the watershed algorithm
-
-
0下载:
图像处理数学形态的matlab使用,包括膨胀,腐蚀,开运算,闭运算等。-Matlab image processing using mathematical morphology, including expansion, corrosion, opening operation, closing operation and so on.
-
-
0下载:
利用彩色图像的处理方法和数学形态学方法,编程计算荔枝果实的质心点的图像坐标-The use of color image processing method and mathematical morphology, image coordinates programmed to calculate the centroid of litchi fruit points
-
-
0下载:
二值图像处理运算是从数学形态学下的集合论方法发展起来的,尽管它的基本运算很简单,但是却可以产生复杂的效果。常用的二值图像处理操作有许多方法,如腐蚀、膨胀、细化、开运算和闭运算等等。本文对这些内容作些研究探讨, 希望对爱好图像处理的朋友有所帮助。-Binary image processing algorithms are developed set theory in mathematical morphology. Although its basic operation is simple
-
-
1下载:
本文档为C#图像处理编程,界面设计简洁大方,功能涉及图像基本操作(C)、图像增强(Z)、图像特技显示(T)、数学形态学(L)。灰度、饱和度、透明度调节、高斯、二阶优化、霓虹、负像、浮雕等(This document is C# image processing programming. The interface design is simple and generous. Its functions include image basic operation (C), image enhanc
-