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

搜索资源列表

  1. mkou_1

    0下载:
  2. 图像抖动处理源代码,试运行过,效果不错!-Image Dithering source code, trial operation than good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:22905
    • 提供者:掌心
  1. 234234

    0下载:
  2. 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23259
    • 提供者:利菲
  1. easyupfr.rar

    0下载:
  2. 帧重复方法是最基本的非运动补偿插帧算法。插入帧中每一个像素都是来自于上一帧相同位置的像素,这种算法运算量低、实现难度小,但是对于运动图像来说,图像质量会变差,使得图像抖动或模糊。 ,Frame repeat method is the most basic non-motion compensation frame interpolation algorithm. Insert frames from each pixel in the same location as a pixel, th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6542
    • 提供者:郑丹
  1. dither

    2下载:
  2. 一个图像抖动算法的例子,从被人那里copy来的,希望对大家有帮助。c写的。-An example of image dithering algorithm, from the copy to be there and want to help you. c wrote.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1084731
    • 提供者:yi
  1. Dithering

    0下载:
  2. 实现图像的有序抖动,利用8*8的抖动矩阵。-To achieve an orderly image jitter, the jitter of the use of 8* 8 matrix.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:751988
    • 提供者:renyuanfang
  1. IMGCaputre

    0下载:
  2. 图像获取,Bayer抖动显示和Floyd-Steinberg抖动显示图像的vc++源代码。-Image acquisition, Bayer jitter display and Floyd-Steinberg image dithering show vc++ source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3315467
    • 提供者:yang
  1. DIBDisplay

    0下载:
  2. 图像获取,Bayer抖动显示和Floyd-Steinberg抖动显示图像的vc++源代码。-Image acquisition, Bayer jitter display and Floyd-Steinberg image dithering show vc++ source code.
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2141655
    • 提供者:yang
  1. 3_HW2_Java_Code

    0下载:
  2. multimadia computing home work image dithering
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-07
    • 文件大小:1405978
    • 提供者:mohammad amro
  1. dither

    0下载:
  2. 图像抖动技术,C++编码,希望对您有所帮助-Image dithering technology, C++ code, I hope for your help
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:24428
    • 提供者:renfei
  1. VCdigitalimageprocessingandrealization

    0下载:
  2. 是VC++数字图像处理典型算法一书的所有代码,非常值得下载!!! 包括1图像平铺 2图像抖动显示 3点运算 4 几何变换 5 正交变换 6图像增强 7形态学 8边缘增强 9图像分析 10图像配准 11图像恢复 12图像编码 一起学习,资源共享-Is the VC++ digital image processing algorithms typical of all of the code book, well worth downloading! ! ! Including 1
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23242731
    • 提供者:冯夏日
  1. HalftoningandDithering

    0下载:
  2. tutorial on Halftoning and Dithering the image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:253968
    • 提供者:kiah
  1. HalfToning

    0下载:
  2. Halftones an input gray level image using using Fixed Thresholding, Random Noise Thresholding, Ordered Dithering, Floyd and Steinburg and Stucki Methods.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1557
    • 提供者:rohit
  1. Dither

    0下载:
  2. 1.对8位灰度图像进行抖动处理,采用的是有序抖动 2.对24位彩色图像进行单通道处理,分别显示出红,绿,蓝单通道图像 程序在vc6下实现-1. On the 8-bit grayscale image dithering processing, using the ordered dithering 2. On the single-channel 24-bit color image processing, were shown red, green and blue channel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4056512
    • 提供者:李明
  1. dither

    0下载:
  2. dithering image, from RGB565 to RGB-dithering image, from RGB565 to RGB888
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:711
    • 提供者:hahn
  1. Image-dithering-technique

    0下载:
  2. 利用OpenGL实现的图片抖动技术。在VC6.0上面编译通过。需要的童鞋一定不要错过哦-Using OpenGL to achieve image dithering technique. On top of the VC6.0 compiler through. The children s shoes must not miss Oh ~ ~
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:616154
    • 提供者:雷勇
  1. dithering

    0下载:
  2. code for image dithering
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:35274
    • 提供者:Darwin
  1. LOGICIEL-TRAITEMENT-IMAGE-DITHERING-

    0下载:
  2. un logiciel de traitement d image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-13
    • 文件大小:713675
    • 提供者:mohamed
  1. Display-image-dithering

    0下载:
  2. 图像抖动显示,图像处理这门课必须学会的步骤,很实用-Image dithering, image processing steps must learn this course, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3285394
    • 提供者:juan
  1. Image-dithering

    0下载:
  2. VC程序里面实现图像抖动特效,简单实例,实现抖动效果-VC program which effects of image dithering
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:67734
    • 提供者:陈夏冬
  1. regular-dithering

    0下载:
  2. 一个基于C#语言的,图像标准抖动算法,可以用较少的颜色来表示技术的色彩空间。-Based on C# language, image dithering algorithm standard, the color can be represented in space technology with fewer colors.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:243234
    • 提供者:夏宇飞
« 12 3 »
搜珍网 www.dssz.com