搜索资源列表

  1. edge detecter(DE256)

    0下载:
  2. 很好用的边缘检测程序:) ED-256 is an edge detection program with support for any bitmap. As of 2.1, the program allows both edge detection and prototype classification on the images.-good use of edge detection procedures :) ED-25
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:89146
    • 提供者:libo
  1. edge

    0下载:
  2. 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6374
    • 提供者:峰云
  1. VC-edge-detection-code

    0下载:
  2. 边缘检测各种算法源码VC:canny,sobel-edge detection algorithms source VC : canny, segmentation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1909909
    • 提供者:姜丽华
  1. edge-select

    0下载:
  2. 自己做的边缘提取方面的源码。适于学生大作业。-themselves from the edge of the source. Suitable for most of the students work.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:197684
    • 提供者:王豫东
  1. Marr-edge-detective

    0下载:
  2. Marr边缘检测算法的研究,,提出了不等间隔采样和非均匀量化相结合的数字化方法-Marr edge detection algorithm research, interval ranging from the non-uniform sampling and quantization combination of digital methods
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:496524
    • 提供者:庄宇飞
  1. Edge-preserving-wavelet-thresholding-for-image-den

    0下载:
  2. 边缘保持小波图象阈值去噪.是一个很有用的文章,小波阈值去噪图象处理的比较经典的文章,值得一看.-maintain edge wavelet image thresholding. Is a very useful article, Wavelet thresholding image processing of classic articles, an eye-catcher.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1043921
    • 提供者:单昊
  1. edge-_2008

    0下载:
  2. 使用ACO算法实现图像边缘检测,效果很好,做图像处理的肯定用得到,内含2008年IEEE原文-Simulation using ACO algorithm to image edge detection, the effect is very good,the man who do image processing must be used, including source code and documentation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:313344
    • 提供者:陈向
  1. edge-of-the-image-histogram

    0下载:
  2. 在MATLAB环境中得到图像的边缘直方图,这对于做此类毕业设计的人很有用。-In the MATLAB environment by the edge of the image histogram, which for those who do such useful graduation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:chengsao
  1. Edge-feathering-algorithm

    0下载:
  2. 边缘羽化算法,利用opencv实现。当前后背景颜色差值较大时,具有好的效果。-Edge feathering algorithm, using opencv implementation. After the background color of the current difference is large, with good results.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-14
    • 文件大小:1468416
    • 提供者:
  1. image-enhancement-and-edge-detection

    0下载:
  2. vc++实现图像锐化及边缘检测,试过了,可以运行-vc++ to achieve image enhancement and edge detection, tried, and can run
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:946176
    • 提供者:严一天
  1. multiscale-edge-detection-wavelets

    0下载:
  2. 基于小波分析的matlab源代码,用于边缘提取,可以直接运行并显示图片的处理结果-matlab code for edge detection of wavelets
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:fb
  1. CON EDGE

    0下载:
  2. PROTEL99 SE CONNECTOR EDGE 50
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:marvinsaint
  1. sobel edge

    0下载:
  2. This use for sobel edge in matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:153600
    • 提供者:syaipul
  1. edge test code

    0下载:
  2. This code is used for shadow image edge detection process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:184320
    • 提供者:vmmbabu
  1. Sobel-Edge-Detection-master

    0下载:
  2. A soble edge function using basic convolutions. CImg library is used to display, read, and write image files.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1084416
    • 提供者:穿山甲说
  1. edge-detection-master

    0下载:
  2. C++ Qt implementation of edge detection algorithms. Currently available algorithms: Canny edge detector Sobel edge detector Prewitt edge detector Roberts cross Scharr operator The project includes GUI for view
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:穿山甲说
  1. Edge-Detection-master

    0下载:
  2. This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:穿山甲说
  1. Edge-Detection

    0下载:
  2. An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:7094272
    • 提供者:穿山甲说
  1. edge detection

    0下载:
  2. 用于图像边缘检测以及实现Otsu法阈值分割图像等(Used for image edge detection and the realization of the Otsu method threshold segmentation image)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:v鹏子
  1. aco edge det

    0下载:
  2. ant colony foe edge optimisation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:251904
    • 提供者:usgaa
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org