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

搜索资源列表

  1. face

    0下载:
  2. 该代码可以对批量人脸图像进行人脸检测,转换成灰度图并归一化到统一大小。-It can process large numbers of images.face detection , translate to gray image
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:2149299
    • 提供者:王某
  1. image-process-fundation

    0下载:
  2. 本书主要讲述了Visual c++数字图像处理典型算法及实现。全书共12章,分别介绍了数字图像编程基础、图像感知与获取、图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分割、图像配准、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。 目录 第1章 Visual C++数字图像编程基础 1.1数字图像处理概述 1.2图像
  3. 所属分类:Graph program

    • 发布日期:2017-11-01
    • 文件大小:91395
    • 提供者:杨天表
  1. Histogram-correction-color-transform

    0下载:
  2. 本篇教程介绍了直方图的修正和彩色变换,里面的内容包括了反色,彩色图转灰度图,真彩图转256色图等,是一篇很好的图像处理C++文档。-This tutorial introduces histogram correction and color transformation, which includes color, color to grayscale, true color to 256 color chart, is a very good image processing C++ doc
  3. 所属分类:Graph program

    • 发布日期:2017-11-18
    • 文件大小:263173
    • 提供者:曾思涛
  1. licence-plate-location-program

    0下载:
  2. 车牌定位程序,matlab环境下运行,图像转为灰度图,图像增强-license plate location program,running at MATLAB,Converted to grayscale images, image enhancement
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1487
    • 提供者:小熊
  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. MSFilter

    0下载:
  2. mean-shift滤波,需要安装opencv,读入图片接口使用了opencv函数。 代码功能: 读入图片,输出mean-shift滤波后的图片,灰度图、彩色图均可。 文件介绍: MSF.h mean-shift滤波头文件 MSF.cpp mean-shift滤波函数体 Main.cpp 主函数 -mean-shift filter, you need to install opencv, read into the picture opencv function int
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-23
    • 文件大小:4804365
    • 提供者:大宝
  1. image_dilation

    0下载:
  2. 包括二值化图像的膨胀,灰度图的膨胀以及彩色图膨胀,代码简单易懂-Including the expansion of the binarized image, the grayscale expansion swelling, and a color chart code is simple to understand
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1644
    • 提供者:muyouya
  1. OTSU

    0下载:
  2. otsu算法 一维和二维 测试可以使用 用于灰度图分割-otsu one-dimensional and two-dimensional test algorithm used for grayscale segmentation
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:1643
    • 提供者:吴承恩
  1. segment

    1下载:
  2. 基于VS2010的图像分割源码,包含一些常用的图像分割算法,如边缘检测、区域生长、阈值分割等,需添加灰度图调试-Based on the the VS2010 image segmentation source, contains some of the commonly used image segmentation algorithm, such as edge detection, region growing, thresholding, need to add the gray lev
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:20858636
    • 提供者:马蕾
  1. Gray

    0下载:
  2. 使用C#编写的彩色图转换灰度图的程序,包含了提取像素法,内存法,指针法,及三种方法效率的比较。-Color maps were converted grayscale program written in C#, containing the extracted pixels, the memory method pointer Law, and the comparison of the efficiency of the three methods.
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:40828
    • 提供者:赵成强
  1. Gammacorrection

    0下载:
  2. 数字图象处理 1. 了解数字图象处理的基本原理; 2. 学习灰度图象反色处理技术; 3. 学习灰度图象二值化处理技术。 -A digital image processing. Understanding of the basic principles of digital image processing 2. Learning the anti-color of gray-scale image processing technology 3. Learning gray
  3. 所属分类:DSP program

    • 发布日期:2017-11-09
    • 文件大小:49761
    • 提供者:张瑞云
  1. move

    0下载:
  2. 根据左视图和深度图做出右视图,程序中一共做了灰度图和彩色图两种-Make a right view of the left view and depth map, the program made a total of two kinds of grayscale and color images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:912
    • 提供者:流颐光年
  1. delphihuidu2

    0下载:
  2. Delphi灰度拉伸代码,事项将彩色BMP变换为灰度图。-The gray stretch code matters Delphi transform the gray color BMP.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:7311
    • 提供者:HanW
  1. bmpTestC5509A

    0下载:
  2. 使用5509DSP进行位图的读取及一些基本操作,包括使用大津法求取灰度图像二值化的阈值RGB转灰度图、统计灰度图像的直方图信息、使用给定的阈值对图像进行二值化,CCS5.3上仿真通过。-Using 5509DSP bitmap read and some basic operations, including using the Otsu method of determining a binarization threshold value for the gray-scale image t
  3. 所属分类:DSP program

    • 发布日期:2017-11-21
    • 文件大小:540851
    • 提供者:邹振宇
  1. image-canny-and-scaling

    0下载:
  2. 这是一个基于opencv的图像转换灰度图,图像缩放,边缘检测过程-This is a opencv grayscale image conversion, image scaling, edge detection process
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:12768
    • 提供者:王欢
  1. 256-colors-turned-gray

    0下载:
  2. 这是一个简单的图像变换程序,针对256色转灰度图-256 colors turned gray
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:175914
    • 提供者:武兴华
  1. myTransform

    0下载:
  2. 图像的倾斜校正,不过输入的是jpg格式,校正后输出的是灰度图-Image tilt correction, but the input is jpg format, corrected output grayscale
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:965
    • 提供者:王俊永
  1. Otsu

    0下载:
  2. 图像处理,大津法阀值分割法,用于图像灰度图的分割-Image processing, Otsu threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:844
    • 提供者:dai
  1. chepaishibie

    0下载:
  2. 基于matlab的车牌识别程序,包括二值化,灰度图分割处理等等。-Application of license plate recognition system
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1726
    • 提供者:闫跃文
  1. Digital-image-recognition-to-gray

    0下载:
  2. 数字图像识别转灰度,讲述如何将一幅彩色图像转换为灰度图-Digital image recognition to gray
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:15940
    • 提供者:赵小威
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com