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

搜索资源列表

  1. demo_rar

    0下载:
  2. 一个可以读取并显示bmp文件的框架程序,可以在里面添加代码实现其他的图像处理功能,里面已经添加了一段sobel算子的程序。-one can read and display bmp the framework document procedures, Inside the can add code to achieve other image processing functions, Add inside a segmentation operator procedures.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:175434
    • 提供者:gzc
  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. sobel1

    0下载:
  2. 利用Sobel边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行。-use Sobel edge operator France, the image edge extraction of source code, the compiled executable file parameters required to bring operations.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2439
    • 提供者:taoran
  1. biance

    0下载:
  2. 对图象的边缘检测,包括sobel LAPLAS算子等多种检测方法-right image edge detection, segmentation LAPLAS including operator and other detection methods
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:36134
    • 提供者:xiaoxue
  1. sobel

    0下载:
  2. 边缘检测-edge detection edge detection edge detection edge detection edge detection edge detection Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:803
    • 提供者:飞机
  1. dip3

    0下载:
  2. 经典的边缘检测算法Sobel matlab源码-classic edge detection algorithm Sobel Matlab FOSS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:245887
    • 提供者:jimmy
  1. Edge_Detection_and_Segmentation

    0下载:
  2. mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6789
    • 提供者:少文
  1. dip3

    0下载:
  2. 将原始影像分别对RGB三色彩进行 x与 y轴之 Sobel边缘处理-original RGB images were of three colors for x and y axis of his Sobel Edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:255222
    • 提供者:qu yw
  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. sobelsuanzi

    0下载:
  2. 此程序先由Butterworth高通滤波器滤波图像,后用sobel算子程序进行边缘检测,效果不错!-this procedure first Butterworth high-pass filter images, After segmentation operator subroutine used for edge detection, good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:张雨风
  1. bianyuanjiance-juti

    0下载:
  2. 二值化后边缘检测算法具体实现,用matlab编写的,有roberts,sobel,prewitt,log等算法的具体实现-value after two edge detection algorithm to realize the use of Matlab prepared, roberts, segmentation, prewitt, log, etc. of specific algorithm implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:张亮
  1. pthoto1

    0下载:
  2. subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2637
    • 提供者:阿强
  1. Imageprocess-11

    0下载:
  2. 用VC实现图像处理的一些效果,如平滑与锐化,边缘增强, Sobel边缘检测和Hough边缘检测, 反转, 腐蚀与膨胀 -images with VC some of the results, such as smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion and expansion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:131787
    • 提供者:林兴
  1. PhotoPrecess200705011006

    0下载:
  2. 包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operator), the image of Huffman codi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:276043
    • 提供者:成东
  1. ImagesharpeningImageTransform

    0下载:
  2. Sobel算子:是一种空域微分算子,可以通过它锐化图象。 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码。-Sobel Operator : airspace is a differential operator, through its image sharpening. Image will block (8 * 8), for the DCT and IDCT for : DCT is a separable Image Transfor
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1956
    • 提供者:xuhua
  1. jdszbyjc

    0下载:
  2. 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:352101
    • 提供者:xingtao
  1. wjs

    0下载:
  2. 在vc++基础上采用openCV编程实现的Sobel边缘检测-vc based on the use of the programming openCV Sobel Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:39728
    • 提供者:汪婧
  1. SEEDVPM642_sobel_3

    0下载:
  2. 基于VPM642开发板的sobel边缘检测程序,经过存储优化。-VPM642 development board based on the segmentation edge detection procedure, through optimizing storage.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:491251
    • 提供者:rado
  1. 2Dsobel

    0下载:
  2. 2方向sobel变换。采用2方向的索贝尔算子对图像进行变化。-segmentation transform two directions. Using two directions Sobel operator, the image changes.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9749
    • 提供者:婷婷
  1. image_detection

    1下载:
  2. 图象边缘检测,包括传统经典算子:Sobel、Roberts、Prewitt、Laplacian及Canny算子-image edge detection, including traditional classics Operator : Sobel, Roberts, Prewitt, Laplacian and Canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:181101
    • 提供者:周健
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com