搜索资源列表
DImageProcess
- 256色位图通用处理程序,包括所有常见的图像处理,如图像分析,数学形态运算,几何变换,正交变换,像素运算,图像复原等,对编写其他功能程序图像处理模块有参考价值,源代码完整,注释清晰。注意:只能对256色位图处理。
fanqieHSI
- :为实现番茄收获机械自动化,提出了利用计算机视觉代替人眼对成熟番茄进行自动识别的方法。首先对番茄图像进 行了各种去除噪声方法的比较,提出用HSI 颜色系统的H 色调分量作为识别的颜色特征参数。利用最大方差自动取阈法及 数学形态运算等构成的识别算法对采集的番茄图像进行自动识别.
yuanxinhao
- 数学形态滤波。包括打开,滤波,处理,去噪等一系列功能。代码实验无误-Mathematical morphology filtering. A series of functions, including open, filtering, processing, denoising. Code experiment is correct
quzao1
- 广义灰度数学形态学滤波,输入信号,结构元素的长度,类型-Generalized gray-scale mathematical morphology filter, the input signal, the length of structural elements, type
MM
- 数学形态学对信号进行去噪,效果较好,信号扰动特征得到很好保留-Mathematical morphology to signal de-noising, the effect is better to be a very good signal to retain the characteristics of disturbance
automobilelocation
- 汽车车牌定位,基于数学形态学法及颜色的车牌定位方法-Automobile license plate positioning method based on mathematical morphology and color of license plate location method
MathMorph
- 数学形态学方面的图像处理程序,包括膨胀、腐蚀、开启、闭合,以及利用形态学操作进行的边缘提取、高帽变换等应用。-Mathmorph
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
MathMorph
- 一个完整的数学形态学处理代码,里面包含各种形态学运算算子,处理例子,完整的VISUAL C++ 项目代码-Mathematical Morphology process C++ codes (full codes)
07
- 数字图像的腐蚀、膨胀和细化算法还有数学形态的其他运算-Digital images of corrosion, expansion and refinement algorithm are mathematical forms of the other operations
bianyuantiqu
- 基于数学形态变换的骨骼CT边缘提取 Canny算子-Transformation of bone based on mathematical morphology edge detection Canny operator CT
Morphological-image-processing
- 本资料是关于形态学图像处理的操作方法和基本数学形态算法的介绍。-This information is on morphological image processing methods of operation and introduce the basic mathematical morphology algorithms.
tuxiangchuli
- 关于数学形态的数字图像处理,包括开运算与闭运算等-On the mathematical form of digital image processing, including the opening operation and closing operation, etc.
MathMorph
- 这是用VC++编写的对图像进行数学形态处理的程序!包括膨胀、腐蚀等处理!文件中包含测试图片!-This is the mathematical morphology image processing program written in VC++! Test image file contains
ti_qu_bian_yuan
- 基于数学形态法以及图像归一化的方法提取医学图像边缘-Edge extraction from medical image
ex_17_3
- 利用图像分割来检测细胞。 本例在获取细胞的边缘后,使用数学形态中的膨胀操作和填充操作使细胞的边缘更加光滑。-Segmentation to detect cells. In this case access to the edge of the cell, the use of mathematical morphology in the expansion of operations and fill operation smoother the edge of the cell.
chepai
- 数学形态下的车牌识别,matlab开发,关于汽车车牌的识别检测-Mathematical Form LPR, matlab development, testing on the car license plate recognition
The-study-of-ECG
- 使用小波变换和数学形态法对心电信号进行前期处理,并使用阈值法来识别R波。-Using wavelet transform and mathematical morphology method for ECG signal pre-processing, and to identify the use of R-wave threshold method.
tuxiangchu-shuxuexingtaiyus
- matlab数值图像处理数学形态:开运算、闭运算、膨胀和腐蚀运算。-Morphological image processing matlab value: opening operation and closing operation, expansion and erosion operations.
信号数学形态学运算 matlab
- 一维信号数学形态学运算的核心算法,基于matlab平台,数学形态处理的基本方法有膨胀,腐蚀。