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

搜索资源列表

  1. HarrisCorner

    0下载:
  2. 实现对输入图像检测Harris角点的功能,并且可以根据自定义的模板大小消除局部重复角点。-Input image to achieve the Harris corner detection function, and can customize the template according to the size of the local elimination of duplicate corner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:366311
    • 提供者:陈全齐
  1. harris

    0下载:
  2. 图像harris角点检测算法,用于图像匹配,拼接-Image harris corner detection algorithm for image matching, stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:785
    • 提供者:郭靖
  1. sar-images

    1下载:
  2. 这是几幅比较好的SAR影像,可用于去噪或者目标提取、分割等算法的示例图像,图片比较清晰而且地物比较丰富。-This is the good pieces of SAR images can be used for denoising or object extraction, image segmentation algorithm for example, the picture is relatively clear and rich in surface features.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1189132
    • 提供者:王文波
  1. attachment

    0下载:
  2. 基于MATLAB图像处理的车辆检测与识别,很基础的,入门-moving detect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:620
    • 提供者:小苏
  1. Edge-analysis

    0下载:
  2. 几种图像边缘检测算子的比较分析.rarEdge detection operator of several comparative analysis-Edge detection operator of several comparative analysis. Rar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:232032
    • 提供者:kobe
  1. xiaoboedgedecte

    0下载:
  2. 小波边缘检测 matlab 数字图像处理应用-Wavelet edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1690721
    • 提供者:白亮
  1. 1_9

    1下载:
  2. 边缘检测的程序用以检测裂缝,MFC的图像处理程序-Edge detection procedure to detect cracks, MFC image processing program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:133009
    • 提供者:xxx
  1. object-detecion-(matlab)

    1下载:
  2. 运动目标检测的matlab代码,通过调用视频中的帧图像来进行检测。-Moving target detection matlab code, by calling the video frame images for testing.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:958
    • 提供者:王大力
  1. Mean-shift-research-and-applications

    0下载:
  2. :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:377274
    • 提供者:btian
  1. A-Defect-Detection-System

    0下载:
  2. 利用PXI 总线控制器以及IEEE􀀁 1394 接口的图像采集设备构建机器视觉系统, 应用 计算机视觉以及数字图像处理技术实现了墙地砖表面缺陷的自动检测及等级分类-The system of automatic gr ading and defect detection of tiles based on LabVIEW is studied, in w hich the techno lo gy of the computer visual and dig ital i
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:442242
    • 提供者:lantian
  1. PCA

    2下载:
  2. 基于主分类分析的SAR图像变化检测MATlt实验程序-Based on the analysis of the main SAR image classification change detection experiment
  3. 所属分类:matlab

    • 发布日期:2015-07-18
    • 文件大小:2048
    • 提供者:zhangyukuan
  1. CannyEdgeDetection

    0下载:
  2. Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:837
    • 提供者:namind
  1. edge_detector

    0下载:
  2. 基于CPLD的数字图像边缘检测算法的实现(VHDL源程序)-EDGE DETECIOR
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1303
    • 提供者:郭以勋
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. FTAlianxu

    0下载:
  2. 该代码为Harris角点检测,两帧图像匹配的matlab代码-The code for Harris corner detection, two images matching matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1986
    • 提供者:蒯伟
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. Rotion

    0下载:
  2. 基于特征点的路面图像检测Road images based on feature points detection-Road images based on feature points detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:358927
    • 提供者:
  1. GaussBG_test1

    0下载:
  2. 单高斯目标检测,主要是通过先有K帧图像初始化背景,再通过公式不断更新背景来实现目标检测-Single gaussian target detection, mainly through the first K frames image initialization background, then by formula update background to achieve target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25245696
    • 提供者:夏菁菁
  1. findeye

    1下载:
  2. 人眼区域检测,对人脸二值图像进行人眼检测。-Eye region detection, binary image of the face detection of the human eye.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:531
    • 提供者:飞哥
  1. Inplement-of-Image-Processing

    0下载:
  2. 该源代码涵盖了利用VC++实现图像处理的基本常用方法,包括图像增强,图像滤波,图像平滑,图像边缘检测,图像分割等,代码全部可以运行,VC++6.0环境下运行!放心使用,注释很清楚!-The source code covers the use of VC++ to achieve the basic common method of image processing, including image enhancement, image filtering, image smoothing, e
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:17938300
    • 提供者:马波
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com