搜索资源列表
VisualC++Image
- 读取和显示BMP位图,进行点运算,几何变换,正交变换,图象增强,形态学变换,边缘与轮廓操作,图象分析,图象复原,图象编码等.-read and display bitmap BMP, point operations, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, Edge and profile operation, image analy
pzfs
- 具有形态学中膨胀腐蚀的功能,可以根据自己的需求选择开或闭操作!-Have morphological features in the expansion of corrosion, you can choose according to their demand to open or close the operation!
imageprocess
- 数字图像处理,包括边缘检测,骨架,形态学的操作-image process
Morph
- 在vc下实现了形态学处理的几种操作,腐蚀、膨胀、开云算、闭运算,及细化操作-use vc++ wo input image ,realize dilation,opening,and closing
matlab
- 本文重点研究了面积法对车流量进行统计。在研究算法过程中主要用到了车辆图像检测相关的灰度化、滤波、图像增强、锐化等图像处理基础知识,并将这些知识的算法进行了比较研究。进而用到了阈值分割、边缘检测、以及形态学操作等图像分割技术以及车辆的检测和提取算法。最后设计了一种实时可靠的统计算法。-This paper focuses on the area method for traffic statistics. In the study of algorithms used in the vehicle
xingtaixue
- 程序的功能是对载入的图像进行数学形态学处理,主要是腐蚀、膨胀、开操作和闭操作。-Function of the program is loaded morphological image processing, mainly erosion, dilation, open operation and close operation.
CV
- 图像处理 o 梯度 边缘和角点 o 采样 差值和几何变换 o 形态学操作 o 滤波和彩色变换 o 金字塔及其应用 o 连接组件 o 图像和轮廓矩 o 特殊图像变换 o 直方图 o 匹配 结构分析 o 轮廓处理 o 计算几何 o 平面划分 运动分析和对象跟踪 o 背景统计量的累积 o 运动模板 o 对象跟踪 o 光流 o 预估器 模式识别 o 目标检测 照相机定标和三维重建 o 照相机定标 o 姿态估计 o 极线几何 函数列表 参考图像处理注意:本章描述图像处理和分析的一些函数-O gradien
653561660MathMorph
- 数学形态学C++实现(膨胀、腐蚀、开启、闭合,以及利用形态学操作进行的边缘提取)-Mathematical Morphology C++ (expansion, corrosion, open, closed, and the use of morphological operations edge extraction)
603527
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!
Image-Processing-System
- 图像处理系统,VC++界面,包括图像处理的基本操作,图像增强,边缘检测,几何处理,数学形态学等操作。-Image Processing System
morphological-operation
- 对图像进行形态学操作,腐蚀,膨胀,开闭-Image morphological operations, erosion, dilation, opening and closing. .
morph
- 基于opencv的形态学图像处理(一):膨胀与腐蚀操作-morphy filter
proget
- 运用形态学的方法,实现了对边界提取后的图像进行填洞操作-Using morphological methods to achieve the image boundary extraction performed after the operation to fill the holes
chardetect_4_13
- 简单的字符提取功能,通过边缘检测以及形态学操作等-Simple character extraction, through edge detection and morphological operations, etc.
locate
- 该程序为车牌检测中的图像分割采用一系列不同的滤波器、形态学操作、轮廓算法和验证算法,提取图像中可能包含车牌的区域。-license plate detection
GrayErode
- 用于灰度BMP图像的腐蚀操作,数学形态学基本操作之一-For the gray-scale BMP image corrosion operation, mathematical morphology, one of the basic operations
GrayDilate
- 用于灰度BMP图像的灰度膨胀,数学形态学的基本操作之一-Gray scale BMP image for the expansion, one of the basic operations of mathematical morphology
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标