搜索资源列表

  1. ImageTool

    0下载:
  2. VC++ 实现mirror、flip、grayscale、negative、psudo colors、psudo threshold、lighten、darken、contrast、sharpen等功能。-VC++ Realize mirror, flip, grayscale, negative, psudo colors, psudo threshold, lighten, darken, contrast, sharpen fun
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:55296
    • 提供者:侯俊锋
  1. contourlet_Decomposition_AND_Recomposition

    0下载:
  2. contourlet对LENA512灰度图的LP,DEF分解与系数重构代码,经过调试.-Contourlet LENA512 grayscale of the LP, DEF coefficient decomposition and reconstruction of the code after debugging.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:173056
    • 提供者:chy
  1. bmp

    0下载:
  2. 中文注释,读写BMP图片文件的程序 包括打开、关闭文件、读写BMP数据矩阵和RGB、灰度转换,适用于数字图像处理领域的研究人员和入门人员-Chinese notes, read and write BMP picture files, including open, close the file, reading and writing BMP data matrix and the RGB, grayscale conversio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:李磊
  1. rgb2gray

    0下载:
  2. 将RGB图像转换为灰度图像,本程序详细说明了转换原理和过程,还有腐蚀膨胀详细原理和程序-RGB images will be converted to grayscale images, the procedure described in detail the principles and the process of conversion, as well as the expansion of corrosion principl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhangzhehui
  1. RGBtoGray

    0下载:
  2. 一个把RGB转换成灰度图的例子,中间还有各种典型的图像处理-Converted into a RGB to grayscale example, the middle there are a variety of typical image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:722944
    • 提供者:lemon
  1. jpegcompress

    0下载:
  2. 灰度图像的jpeg压缩处理,解压处理,以及信噪比SNR的计算-Grayscale jpeg image compression, decompression, as well as the calculation of signal to noise ratio SNR
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:华斌
  1. ostu

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘荣辉
  1. grayscale

    0下载:
  2. 256色转灰度图,数字图像处理。c++开发环境-256 colors to grayscale, digital image processing. c++ development environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:185344
    • 提供者:zhy
  1. facefind

    0下载:
  2. face detection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:archit
  1. grayscale

    0下载:
  2. 256色转灰度图,图像处理技术,源代码以及图像效果。-256 colors to grayscale
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:4306944
    • 提供者:余育文
  1. quick_gray

    0下载:
  2. 一个快速实现彩色图像变灰度图的例子,速度很快,比使用VB中的图像函数要优化许多-A rapid change of color grayscale image of example, fast, than the use of VB' s image functions to enhance the quality of many
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:74752
    • 提供者:李威
  1. rgb_to_gray

    0下载:
  2. this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:ashish
  1. matlab

    0下载:
  2. matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。-matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:3637248
    • 提供者:furan
  1. connected_components_image

    0下载:
  2. Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be af
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:程磊
  1. RGBHistogram

    0下载:
  2. This addon will create a RGB Histogram for color images and a Luminosity Histogram for grayscale photos. Options include whether you want a combined/overlayed histogram (red, green, and blue channels overlayed on each ot
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:732160
    • 提供者:邱彦龙
  1. GrayScale

    0下载:
  2. This source code to compress picture to grayscale format.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-19
    • 文件大小:1970176
    • 提供者:TR
  1. BMP256Color

    0下载:
  2. 如何將任意圖形轉換成256色,256灰階,16色或是單色圖檔 -How to convert any graphic 256 color, 256 grayscale, 16-color or monochrome image file
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:yuesong
  1. wavecompression

    0下载:
  2. The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:fer
  1. dajinfa-erzhihua-matlab

    0下载:
  2. 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:budongwei
  1. 256togray

    0下载:
  2. 能将256彩色图像转换为灰度图像 里面包含测试图-Be able to convert 256-color images to grayscale image which contains test pattern
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2904064
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org