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

搜索资源列表

  1. edge-detection

    0下载:
  2. 边缘检测,用一阶微分算子,二阶微分算子提取边缘,伪彩色图像增强,伪彩色图像处理-Edge detection, first-order differential operator, second-order differential operator edge extraction, pseudo-color image enhancement, false color image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1.32mb
    • 提供者:谢殿广
  1. edge.rar

    0下载:
  2. opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:809byte
    • 提供者:wangwei
  1. ImageProcessSys

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

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

    0下载:
  2. OpenCV写得一个图像边缘检测的代码,功能很强,能够用于24位真彩图像的边缘的识别-OpenCV write an image edge detection code, function very strong, can be used for 24-bit true color image edge identification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1.77kb
    • 提供者:quan
  1. color-edge

    0下载:
  2. 彩色图像边缘检测程序color_edge.m:来源于:《数字图像处理及MATLAB实现》P197-198 canny_edgecolor.m:来源于网络资源 -Color image edge detection program color_edge.m: from: " Digital Image Processing and MATLAB to achieve" P197-198 canny_edgecolor.m: from the network resource
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.07kb
    • 提供者:林溪
  1. EdgeDetection

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:646.33kb
    • 提供者:tosh
  1. cell

    0下载:
  2. 程序为MATLAB实现,包括程序代码说明细胞边缘检测,癌细胞形态学分析,癌细胞颜色分析。-Procedures for MATLAB to achieve, including program code that cell edge detection, cancer cell morphology analysis, color analysis of cancer cells.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:62.14kb
    • 提供者:宋志高
  1. Edge-Detection-Color

    1下载:
  2. 主要是关于彩色图像边界提取的源代码。里面包含有待处理的图片以及所有的源代码,即M文件。-Mainly on the color image edge extraction of the source code. Which contains the picture to be addressed, as well as all the source code, that is, M documents.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1009.77kb
    • 提供者:fanchao
  1. colorPIC

    0下载:
  2. 针对彩色图像的处理 包括对彩色图像的灰度化、二值化、边缘提取、锐化、浮雕、反相、平滑、扩散、曝光、马赛克、图像合成以及对彩色图像显示其RGB直方图-For color image processing includes color images of the gray, binarization, edge detection, sharpening, relief, RP, smooth, proliferation, exposure, mosaic, image synthesis, as
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:111.07kb
    • 提供者:YanMeng
  1. edge

    0下载:
  2. 程序代码说明 细胞边缘检测及癌细胞识别系统P0701:细胞边缘检测 P0702:癌细胞形态学分析 P0703:癌细胞颜色分析 -Program code that edge detection and cancer cells Identification System P0701: cell edge detection P0702: morphological analysis of cells P0703: color analysis of cells
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者:renyh
  1. 20090429

    0下载:
  2. 为了提取区域边界,可以对图像直接运用一阶微商算子或二阶微商算子,然后根据各像点处的微商幅值或其他附加条件判定其是否为边界点。如果图像中含有较强噪声,直接进行微商运算将会出现许多虚假边界点。-.Using the feature of distinct edge contour existing between the text and the background regions in color images, a novel text extraction algorithm—CEMA(Co
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:5.98kb
    • 提供者:刘卅
  1. source

    0下载:
  2. this files give robert sobel & laplace edge detection in color images -this files give robert sobel & laplace edge detection in color images
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:212.06kb
    • 提供者:morteza
  1. ImageBoard

    1下载:
  2. 功能十分强大的数字图像处理程序,具有基本的图像输入和变换,图形的即时绘制,彩色图像处理,图像旋转平移缩放,分离滤除RGB三原色,边缘检测与提取,频域变换(FFT,DCT),中值滤波等功能-Function is very powerful digital image processing procedures, have a basic input and transform images, graphics, real-time rendering, color image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:Myrrhy
  1. edge

    0下载:
  2. P0701:细胞边缘检测 P0702:癌细胞形态学分析 P0703:癌细胞颜色分析 比较适合Matlab图像处理初学者-P0701: Edge Detection P0702: cell morphology analysis P0703: analysis and comparison of color cancer cells Matlab image processing for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:61.96kb
    • 提供者:卢兆林
  1. A-COLOR-EDGE-DETECTION-ALGORITHM-IN-RGB-COLOR-SPA

    0下载:
  2. rgb edgedetection with all the results
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:11.15kb
    • 提供者:shivakishore
  1. edge-detection

    1下载:
  2. 将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:833byte
    • 提供者:跳眺
  1. dip3

    0下载:
  2. this a digital image processing project on canny edge detection and color filter done in matlab .m files included-this is a digital image processing project on canny edge detection and color filter done in matlab .m files included
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.61mb
    • 提供者:123imhot1
  1. color-fruit-image-edge-detection

    0下载:
  2. 程序由VC++结合OpenCVS编写实现,彩色水果图像的边缘检测,可以用于图像处理编程-color fruit image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.49mb
    • 提供者:吴争
  1. color-image-edge-detection

    0下载:
  2. VC++结合OpenCV图像处理程序,处理RGB彩色图像,可以实现精确边缘或模糊边缘检测-VC++ with OpenCV image-processing procedures to deal with RGB color images can be precise or fuzzy edge detection, edge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:吴争
  1. coloredges

    0下载:
  2. Color Edge Detection using MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2kb
    • 提供者:Umar300
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com