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

搜索资源列表

  1. Raster_vb

    0下载:
  2. For i = 0 To PicMain.Height MaskLine = False 初始化MaskLine变量 For j = 0 To PicMain.Width CurrentColor = GetPixel(PicMain.hdc, j, i) 取得当前所在点的颜色值 If j < PicMain.Width Then TwoColor = GetPixel(PicMain.hdc, j + 1, i) 取得当前所在点前面一点的值, 用途是当是一条很宽的线条
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3204
    • 提供者:z
  1. BitmapRotate_src

    0下载:
  2. 图像旋转显示,速度较快,不是使用GetPixel/SetPixel -image rotation, faster than using GetPixel / SetPixel
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9584
    • 提供者:dean
  1. SourceImageViewerNewver

    0下载:
  2. 与其他的GDI图像处理程序平台相比,该程序最大不同之处在于实现任意角度旋转时并没有使用GetPixel和SetPixel函数,思路可以借鉴-with other GDI image processing platform, the The procedure biggest difference lies in achieving arbitrary rotation angle did not use GetPixel and SetPix el function, we can draw o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19605
    • 提供者:WangYang
  1. GetPixel

    0下载:
  2. MFC入门小程序源代码-MFC source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36431
    • 提供者:杨海民
  1. GetPixel

    0下载:
  2. 用于解决嵌入式设备启动时向LCD屏输出文字的难题。运行电脑的画图工具和本程序,点击“Rectangle”按钮,屏幕上出现一个矩形,在该区域内输入想要显示的文字。然后点击“GetPixel”按钮,读取文字点阵的坐标信息,将它作为数组存入启动程序,作为像素点输出,字体的颜色根据需要确定。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:28924
    • 提供者:Liu Aibin
  1. exer1

    0下载:
  2. 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3724071
    • 提供者:du
  1. getPixel

    0下载:
  2. 一个获得一张位图图像某一点像素信息的程序。-To obtain a bitmap image to a certain point pixel information.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:398671
    • 提供者:潘海龙
  1. GetPixel

    0下载:
  2. 取色源代码,功能满足一般的需求,重在学习,共同努力吧-GetPixel From Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:228196
    • 提供者:night
  1. CompareImages

    0下载:
  2. Comparing two images very fast with API declarations, it will use GetPixel functions
  3. 所属分类:Multimedia Develop

  1. Tips1

    0下载:
  2. This small code sample shows how to obtain the RGB color of any pixel under the cursor. The code uses a timer control to fire events ever 100 th of a second and then uses the GetPixel, GetCursorPos, and GetDC WinAPI calls to obtain the value.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:692
    • 提供者:luismaiano
  1. ImageProcessingdemo

    0下载:
  2. image processing using C# getpixel() setPixel()
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:18447
    • 提供者:boghdady
  1. GetPixel-SetPixel

    0下载:
  2. GDI+渲染位图的一部分 BitmapDataSamp and GetPixel-SetPixel-GDI+ rendering of bitmap BitmapDataSamp and GetPixel-SetPixel
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:131423
    • 提供者:Lee
  1. mohu

    0下载:
  2. 像Flash一样的无锯齿线条应该用模糊算法进行处理,模糊代码的Set/GetPixel算法-Flash the same as the non-serrated lines should be processed using fuzzy algorithms, fuzzy code, Set/GetPixel algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1104
    • 提供者:mszhang
  1. BitmapPixelIO

    0下载:
  2. 提供一个相较于.net framework所提供的bitmap.getpixel or setpixel() 函式更快的bitmap存取方式,详细范例请见readme-To provide a contrast. Net framework provided by the bitmap.getpixel or setpixel () function for faster access to bitmap mode, detailed examples, see readme
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:944
    • 提供者:virgilyeh
  1. GetPixel

    1下载:
  2. 获得图像某点的像素值,该程序比较简单易懂,适合初学者-A point to obtain the image pixel values, the program is relatively simple to understand for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2021935
    • 提供者:kitty
  1. gray

    0下载:
  2. 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:42684
    • 提供者:Lu
  1. getpixel

    0下载:
  2. 自动拾色器:自动获得屏幕某点的像素,采用vb编写-Automatic Color Picker: Automatic access to a certain point the screen pixel, using vb write
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2738
    • 提供者:zhu114
  1. FastBitmap

    0下载:
  2. .net Bitmap wrap with fast getPixel and setPixel methods
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:814
    • 提供者:kostia
  1. huidu

    0下载:
  2. 利用GetPixel()和SetPixel()将彩色图像转换成灰度图像-trans picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:361434
    • 提供者:王波
  1. getPixelEx03

    0下载:
  2. A example of how to get the pixel color from a window where the mouse cursor position is located. This example uses GetPixel, and WindowFromPoint API calls.
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:Moevot
« 12 3 »
搜珍网 www.dssz.com