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

搜索资源列表

  1. Dilation

    0下载:
  2. 形态学图像边缘检测运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点-morphological image edge detection operators. Structural elements of the vertical or horizontal direction of the three points at the mid-point of origin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2143
    • 提供者:丁峰
  1. numberplate_C++Builder

    0下载:
  2. 车牌识别C++Builder代码,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。 -LPR C Builder code, first and foremost, we should plates gray, Then the image median filtering for
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:23310
    • 提供者:linvg
  1. test12-28

    1下载:
  2. 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69235
    • 提供者:gloria
  1. ImageEdgeProcessing

    3下载:
  2. matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9791
    • 提供者:Jimmy Yen
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. send

    1下载:
  2. 一组关于图像处理的算法,边沿检测与提取,轮廓跟踪的图象算法,对图像进行垂直镜像处理的源代码,屏幕颜色拾取器源代码,图象腐蚀,膨胀,细化算法,指纹识别的程序-A set of image processing algorithms, edge detection and extraction, the image contour tracing algorithm, the vertical mirror image processing source code, screen color pi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-02-17
    • 文件大小:59797
    • 提供者:吴达文
  1. vehiclenumberplatesegmentationandextraction

    1下载:
  2. 车牌检测与识别技术的相关技术: 提出一种梯度增强法对图像边缘进行增强, 该方法主要通过对图像本身信息进行简单梯度变换以突出图像边缘, 并辅以数学形态学中的膨胀法实现牌照的快速定位. 在字符分割部分, 给出了最小面积旋转法以确定牌照的最佳旋转角, 并采用垂直投影法分割牌照中的字符 -License plate detection and recognition technology related technologies: a gradient-enhanced
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1526
    • 提供者:张i
  1. License_Plate_Recognition

    0下载:
  2. 实现车牌自动定位的MATLAB程序:对图像进行预处理,垂直边缘检测,形态学运算,提取出车牌。-Implementation of Automatic Vehicle Location MATLAB procedures: pre-processing of images, vertical edge detection, morphological operations to extract license plate.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:12856
    • 提供者:juanjuan
  1. code

    0下载:
  2. 本程序通过对图像进行灰度化、去噪和边缘提取,能检测出不垂直的刻度线边缘并能将其旋转校正,从而达到使刻度线标准化的目的-This procedure of gray-scale images, and de-noising and edge detection can not detect the edge of the vertical line of the scale and be able to spin correction, so as to achieve so that the p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3246
    • 提供者:sunhong
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. Sobel

    0下载:
  2. This Matlab code shows how to perform edge detection by Sobel method in horizontal & vertical direction and the effect of increasing and decreasing the threshold value . Besides, you can try to perform the edge detection by other method in the same w
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:107280
    • 提供者:Tan
  1. chepaidingweisuanfayanjiu

    0下载:
  2. 摘要 车辆牌照识别(License Plate Recognition System, LPR)作为目标自动识别的一 种重要形式,可用于电子收费、出入控制、车流监控等众多场合,从而提高交通 管理自动化的程度,它的相关技术的研究正逐渐受到人们的重视。 本文主要介绍基于Run Length原理和Tamura纹理的车牌定位系统,该系统是基 于视频流进行开发的,主要包括车辆运动区域检测、车牌图像处理、车牌定位。 其中车辆运动区域检测利用多帧求平均的背景估计方法实现;车牌图像处理包
  3. 所属分类:Special Effects

    • 发布日期:2016-01-29
    • 文件大小:2509824
    • 提供者:王述
  1. Edge-based-edge-detection

    0下载:
  2. Roberts 边缘检测算子,检测水平和垂直边缘效果好于斜向边缘,定位精度高,对噪声敏感 -Roberts edge detection operator, the detection of horizontal and vertical edge effects better than the oblique edge, high positioning accuracy, noise-sensitive
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:10158
    • 提供者:kristena
  1. chuizhibianyuanjiance

    0下载:
  2. 垂直边缘检测的相关算法,源代码实现。辛勤劳动,请尊重劳动。-Vertical edge detection algorithms, source code to achieve. Hard work, respect for labor.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:367072
    • 提供者:ren
  1. edge-segmentation

    0下载:
  2. 对图像进行水平和垂直检测,并用不同的算子进行边缘分割,实现轮廓的凸显。-Horizontal and vertical image detection, and edge segmentation, contour highlights the different operators.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:775810
    • 提供者:
  1. VCPP-Sobel-Edge

    0下载:
  2. 利用Sobel算子从纵向和横向对灰度图像进行边缘检测源码!-Sobel operator from the vertical and horizontal edge detection source grayscale images!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:144773
    • 提供者:独角之灵
  1. Vertical-photographing-code-

    1下载:
  2. 去除同一方向上,直线相交的拐点;将合并后的图像中分割区域中变为道路标线区域;获取任意两点之间的角度;获取Sobel边缘检测后的最长直线;对图像进行分块处理;获取任意两点之间的距离等等。-Removal of the same direction, a straight line intersecting the inflection point divided region in the merged image becomes the road marking area Get the a
  3. 所属分类:Graph program

    • 发布日期:2017-12-07
    • 文件大小:14761534
    • 提供者:
  1. SobelEdge

    0下载:
  2. Sobel算子实现水平边缘检测、垂直边缘检测;45度、135度角边缘检测 -Using Sobel operator to realize horizon and vertical edge detection 45 degree, 135 degree angle edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:835
    • 提供者:张海涛
  1. Image

    0下载:
  2. 索贝尔算子(Sobel operator)是图像处理中的算子之一,主要用作边缘检测。在技术上,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量 Sobel算子有两个,一个是检测水平边沿的;另一个是检测垂直平边沿的。Sobel算子另一种形式是各向同性Sobel (Isotropic Sobel)算子,也有两个,一个是检测水平边沿的,另一个是检测垂直边沿的各向同性Sobel算子和普通Sobel算子相比,它的位置加权系数更为准
  3. 所属分类:DSP program

    • 发布日期:2017-05-05
    • 文件大小:277428
    • 提供者:林晓冬
  1. edgedetect

    0下载:
  2. 采用pewitt算法计算判断横向边缘检测和纵向边缘检测,以及compass算法实现最优边缘检测(Pewitt algorithm is used to judge the transverse edge detection and vertical edge detection, and compass algorithm is used to achieve the best edge detection)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:34816
    • 提供者:兔耳泪
« 12 »
搜珍网 www.dssz.com