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

搜索资源列表

  1. findellipse

    1下载:
  2. 可以对边缘检测出来的椭圆,实现椭圆参数的自动提取,非常的好用,自己编写的,请各位大哥多指教,QQ:526289-be on the verge of testing the ellipse, the ellipse parameters to achieve the automatic extraction, very convenient, their preparation, please enlighten you more than big brother, QQ : 526289
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2706
    • 提供者:adan
  1. xiaobojiance

    0下载:
  2. 这是MATLAB的一个源代码,是用于图象的边缘检测的.-This is a MATLAB source code for the image edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:amy
  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:74227
    • 提供者:何再兴
  1. 07163

    0下载:
  2. 图象处理程序,包括边缘提取,差分,大津法二值化,目标区域提取等-image processing procedures, including edge detection, differential, two large-value method, the target region extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:598647
    • 提供者:文君
  1. jzlvbo

    0下载:
  2. 算法简单,既能保护图像的边缘信息又可去除图像中的噪声-simple algorithm that can protect the edge of the image information can remove the image noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-14
    • 文件大小:130656
    • 提供者:zddzhou
  1. cannytoedge

    0下载:
  2. 在VC中调用matlab图像处理工具箱来进行canny边缘提取。有运行代码-in VC Calling Matlab Image Processing Toolbox for canny edge extraction. Have to run code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:194922
    • 提供者:薛风光
  1. edge_det

    0下载:
  2. 边缘检测源代码,使用Laplacian估计来获得更好的边缘检测效果,结果为BMP位图格式-Edge Detection source code, the use of the Laplacian to better estimate the effects of edge detection, The results of BMP bitmap format
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:70311
    • 提供者:SQ
  1. FeatureTracker

    0下载:
  2. 特征跟踪源码,包括FeatureTracker.cpp和FeatureTracker.h,其中另附有边缘检测和人脸检测源码,调用了blepo.lib。-feature tracking source, FeatureTracker.cpp and FeatureTracker.h including, which followed by edge detection and face detection source, call the blepo.lib.
  3. 所属分类:绘图程序

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

    0下载:
  2. 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6945224
    • 提供者:周儒坤
  1. picturechuli

    0下载:
  2. 程序均为vc++下图像处理程序,包括图像位图处理、图像获取、采样、灰度处理、几何变换、正交变换、图像增强、腐蚀膨胀、边缘检测、图像分割、配准、图像压缩及复原。-procedures are under vc image processing procedures, including Bitmap image processing, image acquisition, sampling, gray, geometric transformation, orthogonal transforma
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1437516
    • 提供者:gk
  1. CN_edgedetect

    0下载:
  2. 本程序为二值图像的处理。通过一种称为CNED(connectivity number based edge detection)的方法对二值图像进行边缘提取。结果表明这种方法比candy sober 等算子更加精确,效果更好。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3892340
    • 提供者:姚攀
  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. edge_zxf

    0下载:
  2. 这是一个采用小波和最优算子提取图像边缘(轮廓)的动态库,其效果 非常好,曾用于很多图像识别软件中。附有示例程序。 用于商业目的可能需要注册。-This is a wavelet and optimal operator Image Edge Extraction (contour) of the dynamic, the effect is very good. has been used for many image recognition software. With sample
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4430281
    • 提供者:张晓峰
  1. fsl

    0下载:
  2. 这是分水岭算法的一种实现方式。分水岭算法具有很强的边缘检测能力,对微弱的边缘也有较好的效果。 -This is a watershed algorithm ways. Watershed algorithm has a strong edge detection capacity of the weak is on the brink of better results.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4641
    • 提供者:吴远峰
  1. MyTemplateTrans

    0下载:
  2. 图像模板变换,通过改变模板,可以用它实现 图像的平滑、锐化、边缘识别等操作。-template image transform, through changes in template, can be used to achieve the image smoothing, sharpening, edge detection, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3641
    • 提供者:吴远峰
  1. myedgecontour

    0下载:
  2. 图像边缘与轮廓运算API函数库:包括边缘检测,轮廓提取,种子填充。-Edge profile operation with API functions : including edge detection, contour extraction, seed filling.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5565
    • 提供者:吴远峰
  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. 308x440

    0下载:
  2. 308*440关于边缘检测的Matlab源代码,需要的可以-308 * 440 on the edge detection of Matlab source code, and we need to see it
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:535386
    • 提供者:吕文浩
  1. waijiejuxing

    0下载:
  2. 对两个及两个以上目标提取边缘和特征,并通过边缘画出目标的外接矩形,外界矩形广泛用于目标的识别和跟踪。-two pairs and two more goals and edge extraction features, and painted goal edge through the external rectangular, Rectangular widely used outside the target identification and tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:zhouaijun
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com