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

搜索资源列表

  1. 图像分割与检测

    0下载:
  2. 多文档 打开图片 图像 点处理(灰度 阈值 反色 增量 线性 直方图 等等) 区域(平滑 中值滤布 等等5中滤布 可自己设置参数) 轮廓提取 轮廓种子 跟踪 模式匹配等等 太强大了
  3. 所属分类:图形图像处理(光照,映射..)

  1. 基于小波变换的图像边缘检测算法

    0下载:
  2. 基于小波变换的图像边缘检测算法matlab代码
  3. 所属分类:图形图象

  1. _MATLAB多种图像边缘检测与分割处理

    0下载:
  2. _MATLAB多种图像边缘检测与分割处理
  3. 所属分类:matlab例程

  1. 边缘检测

    1下载:
  2. 包含有所有传统图像加有高斯噪声和椒盐噪声边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:图形图象

  1. 基于AForge.net的图像处理代码

    1下载:
  2. 基于AForge.net的图像处理代码,包括灰度变换,直方图均衡化,边缘检测,图像滤波等。
  3. 所属分类:图形图象

  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. 一种利用颜色检测图像纹理特征的算法,感觉还行,可以作为参考(An algorithm that uses color to detect textural features of an image is still good and can be used as a reference)
  3. 所属分类:文章/文档

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