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

搜索资源列表

  1. 一个把BMP压缩成JPG的源代码.zip

    0下载:
  2. 一个把BMP压缩成JPG的源代码。 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:16861
    • 提供者:
  1. wjpeg

    0下载:
  2. 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15297
    • 提供者:闫雪飞
  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. Problem2_6

    0下载:
  2. 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10282
    • 提供者:陈烨
  1. bmp-jpg

    0下载:
  2. BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:19464
    • 提供者:时柏营
  1. GraphicEx87

    0下载:
  2. 说明:GraphicEx.pas文件使得TImage支持30多种图象格式,有TIFF images(*.tif *.tiff), SGI images(*.bw, *.rgb, *.rgba, *.sgi), ZSoft Paintbrush images(*.pcx, *.pcc), Kodak Photo-CD images(*.pcd), CompuServe images(*.gif), Photoshop images(*.psd, *.pdd), Paintshop Pro imag
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:937389
    • 提供者:宋枫雅
  1. VCCDib

    0下载:
  2. CDib类,实现位图的读取,存储以及获取RGB等功能,简单易用.-CDib category, Bitmap read, store and access features such as RGB, easy-to-use.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2445
    • 提供者:webb
  1. bmp2source

    0下载:
  2. This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit v
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46193
    • 提供者:赵东
  1. bmplvbohis

    1下载:
  2. 打开bmp位图,实现指数.巴特沃斯.理想高低通滤波等,图像的反白线性变换,直方图,直方图均衡,实现显示彩色图像的his通道,和rgb通道内容等,灰度图像伪彩化,彩色图像着色-open bmp bitmap realize index. Butterworth. More idealistic than pass filter. Anti-white images of linear transformation, histogram, histogram equalization and ach
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:515136
    • 提供者:陈小波
  1. ycbcr

    0下载:
  2. The Bitmap of YCbCr transform to RGB format.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1726
    • 提供者:王龍
  1. Hough

    0下载:
  2. Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1911
    • 提供者:sunrise
  1. 得到像素

    0下载:
  2. 用鼠标左键来获取位图的rgb值并用该颜色来填充客户区。详见CGetPixel2Dlg::OnLButtonDown-use the left mouse button to access bitmap rgb values and the color used to fill customer area. See CGetPixel2Dlg : : OnLButtonDown
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:55376
    • 提供者:李红陶
  1. GraphicsMM_BitmapEffects

    0下载:
  2. WPF操作位图的程序,部分滤镜,包括模糊,锐化,RGB颜色滤镜。-WPF bitmap operating procedures, and some filters, including the vague, sharpening, RGB color filters.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:194024
    • 提供者:xiangzhou
  1. bitmap

    0下载:
  2. 动态显示位图的rgb值,并改变,呵呵,希望入门的好好看看啊,-Dynamic display rgb bitmap values, and change, Oh, want to get into a good look, ah, He He
  3. 所属分类:GIS program

    • 发布日期:2017-06-12
    • 文件大小:20522671
    • 提供者:龙龙
  1. BMPPro

    0下载:
  2. vs2008 右侧显示bmp灰度图 左侧显示原图 并可以显示24位位图rgb灰度分布-vs2008 on the right shows the left side of bmp grayscale display Original and can display 24-bit grayscale bitmap rgb Distribution
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:139073
    • 提供者:zhangheu
  1. RGBtoHSV

    0下载:
  2. 位图的颜色在RGB和HSV色彩空间之间转换的代码-Bitmap in RGB and HSV color space conversion between color code
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:993
    • 提供者:nandong
  1. RGB-transform-YUV

    0下载:
  2. * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:521982
    • 提供者:王赢
  1. RGB-HIS-and-grayscale

    0下载:
  2. 在VC6.0平台下,实现了基于MFC的24位彩色bmp位图的图像色彩空间变换(RGB->HIS、HIS->RGB)的算法程序,以及彩色图像灰度化的算法实现。-VC6.0 platform, MFC-based 24-bit color bmp bitmap image color space transform (RGB-> HIS, HIS-> RGB) algorithm program, grayscale and color images of the algor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:65768
    • 提供者:李若
  1. CplusplusBitmapLibrarySourceCodeandExamples

    0下载:
  2. Descr iption The C++ Bitmap Library consists of simple, robust, optimized and portable 24-bit bitmap image processing algorithms for the C++ language. Capabilities The library has the following capabilities: Read/Write 24-bit Bitmap I
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:35269
    • 提供者:javaprogramming
  1. Csharp-Color-image-processing

    0下载:
  2. 彩色图像处理基础知识包括彩色位图的颜色的分解,RGB分别单色处理,和平均处理 -A color image processing based knowledge includes the decomposition of the color of the color bitmap RGB monochrome processing, respectively, and the average processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:23945
    • 提供者:小玉
« 12 »
搜珍网 www.dssz.com