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

搜索资源列表

  1. alpha

    0下载:
  2. alpha图像融合源码,对像素直接操作,绝非opencv自带函数。使用它你可以轻松的对指定的像素进行alpha融合操作,增加程序的实用性和灵活性。在VS2008环境下,使用opencv1.0对图像像素进行读取以及操作。-the alpha image fusion source, direct manipulation of pixels is absolutely not function opencv own. Using it you can easily specified pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:82383
    • 提供者:huang zhaoguang
  1. sfilter

    0下载:
  2. 虽然这是一个用C语言编写的图像处理源码,但可以很简单能过MATLAB命令来调用即mex s_trans.c ,以后就直接可以用M语言来完成操作。它是用来得到一幅图像每个像素周围的信息量。-Although this is a language with C-source image processing, but can be very easy to have MATLAB command to call that mex s_trans.c, since M can be used dire
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:2097
    • 提供者:
  1. ex_18_5

    0下载:
  2. 灰度图像的属性测试,有时我们需要直接在灰度图像的像素值上进行操作-Gray image attribute tests, and sometimes we need to direct the pixel values in the gray image to operate on
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:802
    • 提供者:zwq
  1. DEVIDE

    0下载:
  2. 对图像进行分割,分割成64*64的图片,是直接利用像素点的操作,有助于对CDib类的了解-The image segmentation, split into 64* 64 images, is the direct use of pixel is helpful for the understanding of CDib class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:3069296
    • 提供者:李正勇
  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. BlitJit

    0下载:
  2. BlitJit是高性能,基于 C++的图像处理库,旨在利用JIT编译的权力。它是一个高级图像处理API库,可以直接使用。 BlitJit支持多种像素格式和图像合成操作,可以编译(JUST IN TIME)功能。-BlitJit is high performance low level image blitting library for C++ language designed to take power of jit compilation. It' s designed for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:265555
    • 提供者:mandomwu
  1. remote-control-theory-examples

    0下载:
  2. 有时候,在Java应用程序开发中,如:远程监控或远程教学,常常需要对计算机的屏幕进行截取,由于屏幕截取是比较接近操作系统的操作,在Windows操作系统下,该操作几乎成了VC、VB等的专利,事实上,使用Java JDK1.4 的Robot对象,来完成"屏幕截取操作,更加简单。Java JDK1.4 的Robot对象,该对象可以完成对"屏幕"像素的拷贝,完成屏幕图像截取操作。Java应用程序中可以直接调用此对象,完成对特定应用程序的屏幕截取,如果将此功能配合网络,便可以轻而易举地实现远程服务器屏幕
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:3895780
    • 提供者:陈桂贤
  1. Pixel

    0下载:
  2. 基于opencv对实时画像像素的直接操作-Based on the real-time image opencv direct manipulation of pixels
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2269227
    • 提供者:陈振南
  1. CDib

    0下载:
  2. 建立CDib类。该类封装了对windows bitmap的基本操作,包括读图,显示图,直接操作像素点和调色板等-Establish CDib class. This class encapsulates the basic operation of the windows bitmap, including digitizing, display maps, direct manipulation of pixels and palette, etc.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1951
    • 提供者:黎彦
  1. Desktop

    0下载:
  2. BMP模糊和锐化1. 图像的均值模糊滤波采用的方法比较简单,对于每一个像素,进行一个mask的修正,在以该像素为中心的m*m的方阵中,求取改mask中的一个加权均值,程序中直接采用权值都为1,进行简单的模糊操作。-BMP image blurring and sharpening method mean blur filtering is relatively simple, for each pixel, correction of a mask, in pixels, in the cent
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:
  1. ImageZoomClass

    0下载:
  2. 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2256197
    • 提供者:于福翔
  1. CImage

    0下载:
  2. 图像图形显示,封装了图像的一些操作类,例如,获取指点位置的像素值,改变位图的尺寸等- ****************** CImg CImg::operator+ (CImg gray) 功能:图像按位加 参数: CImg 对象 返回值: CImg 相加后的 CImg 类图像对象 ****************** CImg CImg::operator+ (CImg gray) { CImg grayRet //返回图像
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-10
    • 文件大小:6746
    • 提供者:杨振世
  1. LSB隐藏

    0下载:
  2. 实现bmp灰度图像的LSB隐藏,能够将指定的信息嵌入bmp位图的最低位,从而达到数字隐写的目的。另外可以通过相反的过程来读取bmp位图的每一像素的最低位,将信息提取还原出来(BMP gray image LSB hidden, can specify the information embedded in the BMP bitmap of the lowest bit, so as to achieve the purpose of digital steganography. In addi
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:340992
    • 提供者:Stoveg
搜珍网 www.dssz.com