CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 彩色图像 检测

搜索资源列表

  1. weighter_filter

    0下载:
  2. 实现对彩色图像边缘检测、灰度处理、二值化等具体的图形图像处理内容-Realization of color image edge detection, gray processing, binary image processing such specific graphic content
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:922
    • 提供者:yesa
  1. skin-color-detectiong

    0下载:
  2. 彩色图像人物皮肤区域检测,里面还有一篇原始文献,可以参照文献进行学习-Color image character areas of the skin detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1117171
    • 提供者:吴广哲
  1. canny_color

    0下载:
  2. canny算子进行彩色图像边缘检测,对canny 的每一步都进行了仿真-using canny operator to detect edge of color image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:716
    • 提供者:振超
  1. RGB-to-GRAY-and-Canny-with-scroll

    0下载:
  2. 彩色图像转灰度图然后对其进行canny边缘检测-picture from color to gray and use canny to do the edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5423423
    • 提供者:曹敏浩
  1. bianyuanjiance

    0下载:
  2. 很好的应用于彩色图像边缘检测-Well applied to the color image edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1307
    • 提供者:哈古斯
  1. diblook

    0下载:
  2. 在原有的DIBLOOK开源代码的基础上改进算法,利用Sobel及Canny算子边缘检测方法实现将彩色图像转变为灰度图像,自己添加了大量的API函数。-Improved algorithm based on the original DIBLOOK open source code, using the Sobel and Canny edge detection method to achieve the color images into grayscale images, added a l
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24682722
    • 提供者:独角之灵
  1. Nfacedetecta

    0下载:
  2. 台湾大学做的简单彩色图像人脸脸检测方法,具有快速和准确的特点 -National Taiwan University to do a simple color image face face detection method, with fast and accurate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3013
    • 提供者:一群舰队
  1. Figure-skin-local-detection-images

    0下载:
  2. 关于彩色图像人物皮肤局域检测的matlab源代码-Matlab source code on the local detection of skin color image figures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:93299
    • 提供者:黄翔
  1. Coloredge-Detection

    0下载:
  2. 彩色图像的边缘检测matlab程序,具有很高的参考价值-Color image edge detection matlab program, has a high reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:3072
    • 提供者:呼延靖国
  1. matlabTestAlgorithm

    0下载:
  2. 显示彩色图像的R/G/B分量的图像;四中常用的边缘检测算法;读取某一个目录下的几幅图像,并在一个面板中显示出来等功能。-Display color images of the R/G/B component of the image edge detection algorithm Fourth read several images in a directory, and displayed in a panel functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:488373
    • 提供者:petalliu
  1. color-image-edge-detection

    0下载:
  2. 通过彩色图像存在梯度,在RGB彩色空间中,定义的一种彩色图像梯度边缘检测方法-color image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:619
    • 提供者:linda
  1. d4ef13.ZIP

    0下载:
  2. 基于数学形态学的彩色图像边缘检测Based on mathematical morphology edge detection of color image-Based on mathematical morphology edge detection of color image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:874096
    • 提供者:ff560
  1. DSP_2012_Examination_SEU

    0下载:
  2. SEU2012年系统实验(DSP组)考试题目。计算并显示彩色图像在三个基色空间的直方图;用Prewitt梯度算子检测彩色图像的边缘,梯度阈值T自选,以检测到最佳边缘为目标 -SEU2012 system experiments (the DSP groups) exams. Calculate and display a histogram of the color image in the three primary color space Prewitt gradient operat
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:273722
    • 提供者:katheqiu
  1. edge

    0下载:
  2. 主要是采用Canny算法进行边缘检测,有一个个跟踪条,涉及到callback函数,对灰度图像进行边缘检测,将彩色图像转换为灰度图像-Using Canny algorithm for edge detection, a track bar relates to the callback function, for edge detection of gray image, the color image is converted to grayscale images
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:1712953
    • 提供者:zhouyang
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. Canny

    0下载:
  2. Canny算子对彩色图像的边缘检测,使用VC实现。-Canny operator edge detection of color images, the use of a VC.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:7270333
    • 提供者:yang yf
  1. skin-detecting

    0下载:
  2. 彩色图像人物皮肤局域检测,模式识别的重要领域,是IEEE2007年文章和程序-The skin localized detection of color image figures
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268453
    • 提供者:wang
  1. K-means-color-segmentation

    0下载:
  2. K均值图像检测,GUI界面,可对彩色图像分割-K-means image detection, the GUI interface, color image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:1090
    • 提供者:mhx_nx
  1. Face-detection-in-color-images

    0下载:
  2. 彩色图像中的人脸检测方法.马志强,常发亮,田伟,赵瑶 (山东大学控制科学与工程学院, 山东济南250061)-Face detection in the color image. Inland and, often shiny, Tian Wei, Zhao Yao (School of Control Science and Engineering, Jinan 250061)
  3. 所属分类:Project Manage

    • 发布日期:2017-11-06
    • 文件大小:253048
    • 提供者:程荣忠
  1. Skin-color-segmentation

    0下载:
  2.   在目前的人脸图像信息处理领域中,包含有人脸识别、人脸跟踪、姿态估计、表情识别等多个研究方向,然而,所有这些研究方向都涉及到一个人脸标识和定位的问题,即必须知道人脸在图像中的位置以及尺寸——人脸检测。因此,对于一个完整的、自动的人脸信息分析系统来说,人脸检测算法是必不可少的。本文主要是对基于matlab平台的彩色图像皮肤区域分割算法及人脸检测系统的设计做了介绍。-In the face image information processing, including face recogniti
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:646243
    • 提供者:陈潇洒
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com