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

搜索资源列表

  1. LZW_Compression

    0下载:
  2.  LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5937
    • 提供者:cky
  1. My-project

    0下载:
  2. 图像显示,包括加载文件的读取,保存的调色板 -Image display, including the palette load the file to read, save
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:4659
    • 提供者:田先
  1. LoadImageFile

    0下载:
  2. 用MFC读取并显示位图,自定义的CDIB类,实现调色板操作-show bmp images in this small program
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-08
    • 文件大小:1966878
    • 提供者:wuchengwei
  1. DIB

    0下载:
  2. 构造基本的CDIB类,包括颜色和调色板等,实现CDIB类的基本功能,为以后图像处理做基础。-The basic structure of the CDIB class, including color and palette, realize the basic function of CDIB class, base for the future of image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3984382
    • 提供者:仇小伟
  1. Pseudocolor

    0下载:
  2. 伪彩色操作,实现更改调色板,用于遥感图象显示,红外图片增强.-Pseudo-color operation to change the color palette for the display of remote sensing images, the infrared image enhancement.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3742586
    • 提供者:liyi
  1. Color_MFC

    0下载:
  2. 采取进度条控制RGB三个通道的取值,并进行调色板绘制-Take progress bar control RGB three channel selection, and the palette mapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1873917
    • 提供者:sun
  1. 111

    0下载:
  2. 差影法的源程序。要注意的是,第一幅图的文件名为c:\test.bmp,第二幅图的文件名是c:\backgnd.bmp。它们有着相同的灰度值和调色板。执行时,这两个文件都已经准备好。我们针对的虽然是二值图,但为了处理的方便,用的是256级灰度图,不过只用到了0和255两种灰度级。-Subtraction of the source program. Note that, the first picture file named C : \ test.bmp, second picture file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1498
    • 提供者:ksahd
  1. initial-model-concrete

    0下载:
  2. 初始图像模板的创建包括调色板,位图信息结构,颜色表长度 -The creation of the initial image template including color palette, the information structure of the bitmap color table length
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4858058
    • 提供者:姒绍辉
  1. ImageLL

    0下载:
  2. 实现图像的画圆画线,显示调色板,几何变换-Image of the circle draw a line to display the palette, and geometric transformations
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3524788
    • 提供者:huang le
  1. VCPP-Impage-Processing

    0下载:
  2. 作为数字图像处理技术的实现环节,本书将在Visual C++环境下介绍图像各种典型算法的编程实现。而作为一本书的开始,本章我们将介绍图像编程的基础知识,如数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)等,它是后面章节学习的基础。-As a digital image processing technology to achieve aspects of the book image of typical programming algorithm is introduc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:746359
    • 提供者:何继富
  1. MajicShow

    0下载:
  2. VC++图像处理源码,其中有调色板的基本原理与应用、调色板的创建与实现;实现了几种常见的特效显示,包括:图像的扫描、图像的移动、交叉飞入、中间扩张、中间收缩、栅条特效、百叶窗特效以及马赛克显示特效。-VC++ image processing source code, including the basic principles and application of the palette, palette creation and realization to achieve several
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:46865
    • 提供者:杨亚东
  1. Pro_1

    0下载:
  2. EVC调色板程序,evc,MFC,进度条调节颜色渐变-The EVC palette program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:12635
    • 提供者:xeviercheng
  1. JColorChooserDemo

    0下载:
  2. 使用Java语言编写的一款用于反映颜色变化的面板,也就是大家熟悉的颜色调色板演示程序。原理是初始化颜色选择按钮,然后为颜色选择按钮增加事件处理事件,最后实例化颜色选择器。-Use a Java language is used to reflect the change in color of the panel, which is the familiar color palette demo program. The principle is to initialize the color
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:12905
    • 提供者:bety
  1. palette

    0下载:
  2. c#编写的小应用程序:调色板 可以呈现不同的颜色对字体改变颜色及其他 -c# to write a small application: the palette can show different colors on the font to change color and other
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:33860
    • 提供者:沈阳
  1. RGB

    0下载:
  2. 是一个调色板,用面向对象的vc++实现,通过按钮控制,调节颜色的变化。-A color palette, with the object-oriented vc++ button control, adjust the color change.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3642418
    • 提供者:何瑞玲
  1. WWannnaPlayDIa

    0下载:
  2. WannaPlayDIB实用图形库 Bitmap包装器实现 Bitmapp文件存取类:支持8位调色板位图与24位真彩位图的载入,和24位真彩位图保存 -Practical WannaPlayDIB graphics library Bitmap wrapper to achieve Bitmapp file access class: Support 8 color palette bitmaps with 24 color bitmap loading, and 24 true color
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:137542
    • 提供者:谨防
  1. compress

    0下载:
  2. 第1章 Windows位图和调色板 第2章 图象的几何变换 第3章 图象的平滑(去噪声)、锐化 -Chapter 1 Windows Bitmap and palette first image geometric transformation Chapter 3, the image smoothing (to noise), sharpening
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:2034191
    • 提供者:qiujie
  1. color

    0下载:
  2. 调色板 html 系统调色板 eclipse可自己运行 tomcat-html jsp myeclipse
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:10031
    • 提供者:liusichun
  1. ColorPicker

    0下载:
  2. Android上调色板的例子,模范windows画图板中调色板功能-a demo of paletteView
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:96232
    • 提供者:必成
  1. GetColor

    0下载:
  2. 一个简单的调色板程序。通过拖动滑动条或者编辑框输入RGB值,输出对应的RGB颜色。附加功能:1在滑动条旁输出对应位置的颜色;2.鼠标取色。-A simple palette program. By dragging the slider or inputting editbox to enter RGB values​ ​ and then paint RGB color. Additional features: 1.paint color of the position
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:435050
    • 提供者:Tonny
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com