搜索资源列表
matlab划痕检测
- 可以检测玻璃表面划痕缺陷包括灰度值长度等信息
PM
- Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。-This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.
quexianjc_zong
- 这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
adistortedimagerectificationalgorithmbasedonleasts
- 针对高精度的畸变图像,提出了一种基于最小二乘影像匹配的高精度畸变图像矫正算 法. 算法首先利用特征提取与边缘检测对图像进行预处理,并且将特征匹配与最小二乘算法相 结合,从而实现了图像与模板之间精确的子像素定位与匹配. 实验表明,该算法较好的解决了目前高精度畸变图像矫正算法中普遍存在的定位和匹配精度较差的缺陷,图像矫正效果良好,是一种有效的畸变图像矫正算法.-Image distortion for high-precision, a least-squares image matchin
apple_feature_extraction
- 本文选取了可用于苹果分级的部分特征,并在Matlab上进行试验检测。该方法可以对苹果的外部缺陷、果梗、尺寸和形状进行全面的检测,在此基础上可对苹果进行高速和精确的分级-This paper can be used for the classification of some of the characteristics of Apple, and carried out in Matlab test. This method can be outside of Apple' s short
ECG_Noise
- 心电信号特征点检测的算法研究,针对在心电信号检测中传统的小波方法受锢于二进小波变换的尺度只能是 按2的整次幂取值的缺陷,本文利用连续小波变换在尺度取值上可选取非二进 尺度的特性,系统研究了连续小波变换在心电信号检测中的应用,并提出了一 个基于连续小波变换的心电信号检测算法-ECD signal detect,QRS
texture_code_and_thesis
- 4个收集的vc,matlab纹理检测,纹理分割代码和数篇IEEE纹理分割,纹理缺陷检测论文-Number of Posts IEEE texture segmentation, texture defect detection papers and four personal collection vc, matlab code texture segmentation
a
- 基于小波变换和数学形态学的遥感图像边缘检测,克服了sobel算子的缺陷-Based on wavelet transform and mathematical morphology edge detection for remote sensing image, to overcome the shortcomings sobel operator
hanfeng
- 可以用来检测焊缝缺陷,并通过图象处理检测出缺陷。-Can be used to detect weld defects and the defect was detected by image processing.
surface-quality-detection
- 用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.
pijiu-pinggai
- matlab进行啤酒瓶盖的缺陷检测,包括模糊不清,缺印等现象-matlab for a beer bottle defect detection, including the obscure, the lack of printed
cross_detect
- matlab十字型缺陷检测源码,检测窗口5*5,缺陷大小3*3-cross-shaped defect detection matlab source, the detection window 5* 5, defect size 3* 3
pcb缺陷检测
- 利用MATLAB进行PCB电路板的缺陷分析。(PCB.Perform defect analysis of PCB.)
打包matlab文件
- 屏幕缺陷检测背景纹理拟合,用于LED mura缺陷检测(for p=1:1 [X,Y,Z]=random_point(img,0.5); C=coeffi(X,Y,Z); background=form(img,C); IMG=im2double(img); defect=IMG-background; img=defect; end defect=abs(defect); figure(2),imshow(img,[]),title('');)
基于机器视觉的BGA芯片缺陷检测
- 基于机器视觉的BGA芯片缺陷检测及其matlab实现,适合作为论文参考资料(BGA chip defect detection based on machine vision and its matlab implementation are suitable for reference.)
浅论软正交矢量型LIA在MATLAB下的实现
- 实现软正交矢量型LIA法,本文利用互相关算法,在 MATLAB 环境下完成了软正交矢量型 LIA 相关器的仿真实现,并针对不同的噪声信号情况进行了验证与讨论。利用软正交矢量型 LIA 可以实现噪声干扰很大的情况下的微弱信号检测,并具备节约硬件成本、抗干扰能力强等诸多优点,在诸如薄板缺陷检测等方面有广阔的应用价值。(Soft orthogonal vector LIA method is realized. In this paper, the soft orthogonal vector LIA
MATLAB平面参数测量系统(GUI,面积,周长参数)
- 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a ph
MATLAB缺陷检测系统
- MATLAB缺陷检测系统 该课题为基于形态学的缺陷检测,素材采用的是光伏板缺陷。通过灰度,二值化,边缘检测,形态学,开闭运算,去除小面积干扰等方法,判断出缺陷所在,定位,并且框出,且计算出各个块面积。配有一个人机交互界面,把缺陷个数,面积等分别显示到GUI界面上。(Matlab defect detection system This topic is based on the morphological defect detection, the material is photovolt
缺陷检测 (2)
- 本代码主要完成matlab对图像的处理。(Mainly complete the image processing of MATLAB)
基于MATLAB的瑕疵检测系统
- 基于MATLAB的工业瑕疵缺陷检测,采用工业板图像作为素材。利用灰度化,二值化,边缘提取,形态学运算等方法,检测并标出出瑕疵所在位置,计算出各个块面积。设计了一个UI界面,显示瑕疵个数和面积等参数。(Industrial defect detection based on MATLAB, using industrial plate image as material. Using gray, binarization, edge extraction, morphological operat