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

搜索资源列表

  1. DDDemo_demo

    0下载:
  2. Dib实例,查看位图的像素点-Dib example
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:19922
    • 提供者:zhangyiming
  1. colorGet

    0下载:
  2. 这个小工具能在鼠标移动时捕捉经过的点的像素颜色,显示在对话框上。 有两种工作模式:1.界面颜色捕捉 2.颜色输入显示 两种工作模式可以用ctrl+space切换,ctrl+space 同时可以锁定当前颜色。 捕捉后的颜色需要保存在位图上,快捷键ctrl+atl+x可以实现位图保存到剪切板,然后就可以ctrl+v复制到画图板或word。-This small tool can capture the mouse moves the point through the pixel
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:91828
    • 提供者:SimpleSan
  1. chap1-1

    0下载:
  2. 给定一个图像位图数据,宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中。-Given a bitmap image data, width, height, color table pointer and the number of bits per pixel information such as share, to write the specified file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1456838
    • 提供者:hnxiaoshang
  1. cardrecognition

    0下载:
  2. 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1407659
    • 提供者:张青
  1. tuxiang

    0下载:
  2. 一个简单的显示位图的程序,包括读入,存放图片。可以修改下主函数中的代码,达到自己显示的目的。运行可以得到图像的高,宽以及像素。-A simple bitmap display procedures, including reading, storing pictures. You can modify the code under the main function, to achieve their display purposes. Images can be running high, w
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-06
    • 文件大小:1393209
    • 提供者:李克文
  1. CompressImage

    0下载:
  2. 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values ​ ​ in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3089897
    • 提供者:liao
  1. bitmap

    0下载:
  2. 实现了打开一副位图,显示起像素分布的直方图-Figure shows the histogram of open spaces
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:2013380
    • 提供者:chenq
  1. VCPPImageProcessing

    0下载:
  2. 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and write operations, JPG and GIF
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:561078
    • 提供者:mxd
  1. SimplePixelTest

    0下载:
  2. 像素点读取计算复制之后旋转bmp位图的算法。可以自定义参数。MFC实现。-After reading the copy pixel calculation algorithm for rotating bitmaps bmp. You can customize parameters. MFC implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2275217
    • 提供者:文明
  1. RLEBM

    0下载:
  2. 使用相同像素存于同一数组的形式,对256位图进行RLE编码,达到图像压缩的效果,减少图像所占空间。-Using the same pixel stored in the same array of 256 bit diagram, RLE coding, achieve image compression effect, reduce image what occupy a space.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1913
    • 提供者:jimmy
  1. 256-colors-to-grayscale

    0下载:
  2. 是直接对彩色位图的像素作灰度转换,其中不需要涉及调色板。如果使用调色板,是 需要对系统调色板以外的其他调色板条目作灰度替换后,应用给位图就行。-Directly to the color pixel for grayscale bitmap conversion, which involves no palette. If you use the palette, the palette is required other than the system palette entries as
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:48842
    • 提供者:xuekunnan
  1. PicSize

    0下载:
  2. VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来,-Instance of VC++ image manipulation, image size for BMP, note this is not for the occupation of bytes, is pixels, you just load a BMP bitmap, click the " Get big ram
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:19185
    • 提供者:
  1. Picture-processing(VCPP)

    0下载:
  2. VC环境下实现给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中-VC environment to achieve a given image file name and path, read the bitmap image data, width, height, color table and bits per pixel and other data into memory and stored in the correspon
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1458296
    • 提供者:盖盖
  1. chepaichuli

    0下载:
  2. 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2729133
    • 提供者:吴双
  1. Yuv420Stretch

    0下载:
  2. yuv1280像素转704,RGB转yuv420,yuv转位图等功能-yuv1280 pixel switch 704, RGB switch yuv420, yuv switch to bitmap capabilities
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1536194
    • 提供者:long
  1. mypro1

    0下载:
  2. 从文件中载入一副位图(bmp文件),并统计其每个像素点的红色分量,并直方图显示其分布-Loaded from a bitmap file (bmp files), and its statistical weight of each pixel' s red, and the histogram shows the distribution
  3. 所属分类:File Operate

    • 发布日期:2017-05-18
    • 文件大小:5067851
    • 提供者:凌弈秋
  1. tuxingbianjiqi

    0下载:
  2. 背景 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器。 -about graphical editor.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:180702
    • 提供者:vengeance
  1. chepaidingwei

    0下载:
  2. 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1495081
    • 提供者:老昌
  1. Average

    0下载:
  2. 打开一个文件夹的位图文件,将所有位图文件每个像素点的平均像素,并生成一个新的位图-Open a folder of bitmap files, bitmap files of all the average pixel per pixel, and generates a new bitmap
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1959332
    • 提供者:赵帅
  1. yejingxianshi

    0下载:
  2. 通过使用S3CEV40实验板的16级灰度液晶显示屏(320*240像素)进行电路设计,掌握液晶屏作为人机接口界面的设计方法,并编写程序实现: 1) 画出多个矩形框 2) 显示ASCII字符 3) 显示汉字字符 4) 显示一幅鼠标位图 -Through the use of S3CEV40 experiment board level 16 gray liquid crystal display (320 x 240 pixels) circuit design, grasps
  3. 所属分类:SCM

« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com