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

搜索资源列表

  1. C_sharp

    0下载:
  2. 包括C#处理图像的一些基本功能,如二值化,灰度化,行程编码,压缩编码,区域增长,直方图等-Including C# some basic image processing functions, such as binary, gray, length encoding, compression, region growing, histogram, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:183737
    • 提供者:chen
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. Image_Pro_Opencv

    0下载:
  2. OpenCV实现的简单图像处理,灰度化,拉伸,平移,膨胀,腐蚀,等,适用于计算机视觉初学者,简单容易理解-OpenCV implementation of simple image processing, grayscale, stretching, translation, dilation, erosion, etc., applicable to computer vision for beginners, simple and easy to understand
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:6090
    • 提供者:sdp
  1. MFC_OpenCV

    0下载:
  2. 在MFC框架下基于OpenCV的灰度图像处理技术源码-OpenCV-based grayscale image processing technology source in the MFC framework
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:23178305
    • 提供者:wangzhe
  1. gray

    0下载:
  2. 通过opencv中的函数对图像进行灰度化处理-Opencv function through the gray scale image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12518501
    • 提供者:邢姝姝
  1. lizi

    0下载:
  2. 基于OPENCV的图像处理的一个例子,局部的灰度处理-Based on the OPENCV image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1352517
    • 提供者:duhaojie
  1. exemple-for-program

    0下载:
  2. 基于opencv的运动估计 图像灰度处理-Opencv image-based motion estimation process in gray
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22716976
    • 提供者:chengcaiyun
  1. EqualizeHist

    0下载:
  2. 程序分别对彩色三通道图像和单通道的灰度图像进行了直方图均值化得处理。-Program were three channels of color images and grayscale images were single-channel histogram equalization have to deal with.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3632874
    • 提供者:houyang
  1. ditong

    0下载:
  2. 此代码基于opencv2.2,实现的功能:在频域中对图像进行低能滤波处理,输出一幅灰度图,一幅傅氏实部图,一幅虚部图-This code is based on opencv2.2, to achieve the function: low frequency domain filtering of image processing, output a grayscale, a real part of Fourier maps, an imaginary figure
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5961947
    • 提供者:
  1. 11_29Mor_threshold

    0下载:
  2. 在opencv的环境下,测试图像预处理结果,亮点是测试了对灰度图先进行形态学处理再阈值分割和先阈值分割再形态学的区别。-Opencv environment in the test image pre-processing the results, highlight the first test for morphological processing of gray-scale thresholding and then thresholding again before morpholog
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1289
    • 提供者:David Ding
  1. MFC-GrayProcessing

    0下载:
  2. 在MFC框架下基于OpenCV的灰度图像处理技术源码-Based on the OpenCV MFC gray processing the source code
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18268659
    • 提供者:熊路
  1. graying

    0下载:
  2. 使用opencv对图像进行灰度化处理,效果很好,代码很简单-opencv graying
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8800318
    • 提供者:hutua
  1. Image

    0下载:
  2. 本程序是用vc++6.0和opencv1.0编写的简单的图像处理的程序,包括灰度化,去噪声,人脸识别,二值化等等,是初学者必备的,适合初学者跟着练习。-The program is written in vc++6.0 and opencv1.0 simple image processing procedures, including the graying, to noise, recognition, binarization, beginners, suitable for beginn
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8986316
    • 提供者:张海波
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. CUDA_TH

    0下载:
  2. 图像二值化处理,函数调用,位图访问方式得到像素点灰度值-Binary image processing, function calls, the access method of the bitmap pixel gray value
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1498
    • 提供者:chengguo
  1. opencv_text

    0下载:
  2. 参考别人用opencv写的一个图像处理程序,包括简单的灰度处理和二值化,希望对初学者有所帮助。-Reference other people use opencv written by one of the image processing program, including simple gray processing and binarization, and I hope to help beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:184282
    • 提供者:谢小辉
  1. hui-du

    0下载:
  2. 这是一个使用VC++和opencv进行图像灰度化处理的程序-It is a gray VC++ and opencv image processing program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1350515
    • 提供者:陈霞
  1. OpenCVDemo

    0下载:
  2. OpenCV在Android手机端的应用,实现了图像灰度化处理。-OpenCV applied in Android smart phong and realized the image grayscale processing.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9033544
    • 提供者:方浩然
  1. OpencvFile

    0下载:
  2. 图像的基本处理包括7个CPP文件分别是图像简单读取,图像灰度化,图像对比度亮度调节,图片旋转高斯模糊及2个去雾霾程序都是利用VS2015+Opencv3.2实现-The basic processing of the image includes 7 CPP files are simple to read the image, image grayscale, image contrast brightness adjustment, image rotation Gauss blur and
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:8545
    • 提供者:那么
  1. 基于OPENCV人脸识别与追踪,灰度化,二值化

    2下载:
  2. 图像处理,基于OPENCV的人脸识别与追踪源码,灰度化,二值化(image processing code, using open source computer vision library)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:17341440
    • 提供者:jackchen
« 12 »
搜珍网 www.dssz.com