搜索资源列表
-
0下载:
利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
-
-
2下载:
本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
-
-
0下载:
指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。
代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
-
-
1下载:
特征提取是图像配准的重要步骤,使用Harris角点检测算法实现图像拼接。-Feature extraction is an important step in image registration, using Harris corner detection algorithm for image mosaic.
-
-
2下载:
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
-
-
4下载:
图像反投影重建算法,利用CT采集的数据在进行R_L_滤波后进行反投影得到检测图像。-Image reconstruction algorithm, using the projection of the data collected on CT after R_L_ filter back-projection get detection images.
-
-
1下载:
This a demo program of image edge detection using ant colony, based on
the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
-
-
6下载:
基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
-
-
0下载:
一种蚁群优化的边缘检测算法,可实现!用matlab编写-An ant colony optimization algorithm for edge detection can be realized! Prepared using matlab
-
-
0下载:
用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
-
-
0下载:
边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
-
-
1下载:
基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
-
-
1下载:
车牌检测与识别技术的相关技术:
提出一种梯度增强法对图像边缘进行增强,
该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘,
并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分,
给出了最小面积旋转法以确定牌照的最佳旋转角,
并采用垂直投影法分割牌照中的字符
-License plate detection and recognition technology related technologies: a gradient-enhanced
-
-
0下载:
这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序-This is based on image processing, using MATLAB programming, to know that the image edge detection and hough line procedure link
-
-
0下载:
图像变化检测算法,由t检验得到差分图像的变化掩膜。左后成功检测到图像中运动的物体。-Image change detection algorithms have been tested by the t change difference image mask. Left a successful campaign to detect objects in images.
-
-
0下载:
程序代码说明
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-
-
0下载:
程序代码说明
用Prewitt算子检测图像的边缘
用不同σ值的LoG算子检测图像的边缘
用Canny算子检测图像的边缘
图像的阈值分割
用水线阈值法分割图像
对矩阵进行四叉树分解
将图像分为文字和非文字的两个类别
形态学梯度检测二值图像的边缘
形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-Program code shows the image using Prewitt edge de
-
-
0下载:
一个小波边缘检测的MATLAB程序,采用两种算法去噪,显示form即为边缘检测图像-A MATLAB wavelet edge detection procedure, using two algorithms de-noising, edge detection image display form shall be
-
-
2下载:
用matlab实现的表面质量检测的程序,主要检测图像缺陷,并标示出缺陷位置,工业生产过程中亦都有用。-Using matlab to achieve the surface quality inspection procedures, the main defect detected image, and mark the location of the defect, the industrial production process also has a use.
-
-
1下载:
cva变化检测程序,用于遥感影像的变化检测,使用MATLAB进行程序运行(CVA change detection program for remote sensing image change detection, using MATLAB to run the program.)
-