CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像检测

搜索资源列表

  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. 边缘检测特征提取

    2下载:
  2. 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4169728
    • 提供者:星儿
  1. harris角点检测

    0下载:
  2. 利用harrir角点算法,实现数字图像中本文的定位(Harrir corner to achieve image positioning)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:205824
    • 提供者:xulei_neijiang
  1. 角点检测

    0下载:
  2. 通过角点检测进行图像处理。。。。。。。。。。。。。。。(Image processing is done by corner detection.............)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:yy836531178
  1. 焊锡检测

    0下载:
  2. 定位图像中焊点位置,并找出焊锡丝,用机器焊接(find the position of the bonding,and solder tin use machine)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:776192
    • 提供者:yangjia
  1. 内置摄像头+高斯滤波+边沿检测

    0下载:
  2. 调用笔记本内置摄像头实时显示图像,并且使用高斯滤波+边沿检测(Call the notebook built-in camera, real-time display images, and use Gauss filter + edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:7840768
    • 提供者:Scarecrow_
  1. Mura 检测

    0下载:
  2. Mura检测算法经典文章,包含一个word文档说明了主要步骤、检测方法、:本身Mura检测是由三个基本的图像处理算法构成的,滤波、分割、量化;Mura检测的难点与重点就是如何提取缺陷,也就是采用何种分割算法(Mura detection algorithm classic article, contains a word document illustrates the main steps, test method, the: the Mura detection is composed of
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:19406848
    • 提供者:tingting2
  1. 基于高斯混合模型的红外目标检测算法研究

    0下载:
  2. 目前图像处理技术已经广泛应用于人们生产生活的各个方面,对于相关技术的研究具有广泛的研究意义和应用价值,本文中研究的主要内容为基于混合高斯模型的红外图像运动目标检测算法研究及实现。(All aspects of the image processing technology has been widely applied in people's life and production, has wide application value and research significance for
  3. 所属分类:其他

  1. 边缘检测

    1下载:
  2. 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(The appropriate method is used to detect the edges of the image and obtain continuous boundaries To function, you need to write it yourself and run it on a unified interactive interface)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:21504
    • 提供者:晓风残月
  1. 颜色识别 运动检测

    1下载:
  2. 本程序主要使到了OpenCV的特征训练库和最基本的图像处理的知识,包括肤色检测等等。 废话不多,先看一下基本的界面设计,以及主要功能:(This procedure mainly to the OpenCV features, training libraries and the most basic knowledge of image processing, including skin color detection and so on.)
  3. 所属分类:图形图象

    • 发布日期:2017-08-07
    • 文件大小:11327488
    • 提供者:WUluWUlu
  1. 基于噪声点检测的中值滤波方法_马学磊

    0下载:
  2. 图像识别中,对噪点的检测的中值滤波的方法。(Image recognition, median filtering method for the noise detection)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:1202176
    • 提供者:wabgkai9210005
  1. 一种改进的基于Canny算子边缘检测算法

    0下载:
  2. 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:1242112
    • 提供者:wabgkai9210005
  1. Matlab图像采集工具箱

    0下载:
  2. 基本的图像采集流程: 本文通过实现一个简单的运动检测程序来说明创建图像采集程序。 本程序通过对平面上未来图像帧进行像素对像素的比较类完成运动检测。 如果没有物体运动,那么各帧的像素值保持不变。否则,对应像素的值将发生变化。(Basic image acquisition process: In this paper, a simple motion detection program is implemented to illustrate the creation of image a
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:3072
    • 提供者:wwjin0041
  1. 图像预处理

    0下载:
  2. 文件中的程序都是图像处理的相关程序包括图像类型的转换,中值滤波法图像去噪处理,光照不均匀校正处理,反锐化掩模法图像增强,二值化处理,边缘检测,形态学运算,最小二乘法,图像颜色信息提取及变换提取关键点等等(The program is related to the program of image processing including image type conversion, median filtering method of image denoising, non-uniform i
  3. 所属分类:图形图像处理

  1. 直方图检测

    0下载:
  2. 检测图片的直方图,进行图像处理,可以用于肤色检测、水果检测等一系列图像检测中(check the histogram of the image)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:5086208
    • 提供者:雪坤
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:18161664
    • 提供者:无花果周
  1. MATALB图像边缘提取

    0下载:
  2. 图像边缘提取检测算法,程序实现的完整Matlab代码:(mage edge detection based on matlab, fitting,)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:17408
    • 提供者:dsf11222
  1. 1.3 图像的边缘检测

    0下载:
  2. 学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:145408
    • 提供者:联合小博
  1. MATLAB图像与视频处理实用案例详解试读样章

    6下载:
  2. 详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility
  3. 所属分类:matlab例程

  1. 图像边缘提取

    0下载:
  2. 图像边缘提取,边缘调用不同的检测算子且判别阈值不同时候的情况(Image edge extraction, edge calls different detection operator, and distinguish the threshold value at different times)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:大橙子1号
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com