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

搜索资源列表

  1. graphical

    0下载:
  2. 该系统前台为VB开发,调用VC写的dll,该DLL封装了46个图片处理函数,而且该程序含有源码,是图像开发的非常好的典范-prospects for VB, VC was called the dll, the DLL package of 46 photos handling functions, and the source code contains procedures, the development of the image is a very good example
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:264352
    • 提供者:lww
  1. GeoTransdll

    0下载:
  2. GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC开发工具调用。-GeoTrans directory for Packaging Dll Visual C project. Packaged 10 commonly used image processing API function to facilitate the development tool called VC.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44302
    • 提供者:王小锭
  1. packeddll

    0下载:
  2. GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用。GeoInVB目录中是一个VB项目,对封装的Dll进行调用演示。-GeoTrans directory for Packaging Dll Visual C project. Packaged 10 commonly used image processing API function to facilitate VC, VB, Delphi dev
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:517238
    • 提供者:飞飞
  1. vc_digital_image_processing_code

    0下载:
  2. GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用-GeoTrans directory for Packaging Dll Visual C projects. Compliant with the 10 commonly used image processing API function, the convenience of the VC, VB, Delphi and other devel
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:51867
    • 提供者:南仔
  1. GeoTrans

    0下载:
  2. 此源码为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用。区别于通常的8位位图处理,封装的各API函数可以处理24位彩色图像。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:62249
    • 提供者:bryan
  1. DLL

    0下载:
  2. VC++创建动态链接库 应用动态链接库实现界面换肤 应用动态链接库实现国际化-VC++ application to create a dynamic link library Dynamic Link Library Dynamic Link Library interface skinning application to achieve international
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2482010
    • 提供者:邵江
  1. imageTechFunction

    0下载:
  2. vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2042
    • 提供者:李昀
  1. dll

    0下载:
  2. dll调用 vc中一个实现dll的调用实列-dll call
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-01
    • 文件大小:13896008
    • 提供者:刘井生
  1. dlltest

    0下载:
  2. VC++ dll静态与动态连接库编程测试,包含2的DLL和一个调用程序,便宜环境VS2008-VC++ dll static and dynamic link library programming and testing, including two of the DLL, and a calling program, cheap environment VS2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:65832
    • 提供者:kially
  1. Test_CDib

    0下载:
  2. VC++6.0编写的数字图像处理源程序,能实现彩色变换和用常用的边缘检测算子进行边缘检测。-Written in VC++6.0 digital image processing source code, to achieve color change and the use of commonly used edge detection operator for edge detection.
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9108400
    • 提供者:huangmingxiang
  1. wavelet_progressive_transfer

    0下载:
  2. 这是一个用VC++编写的用小波进行渐进传输的参考程序,\examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件;\wavelet 目录中存放的是具体的实现源代码;\wavelet 子目录中存放的是基本的小波处理函数代码;\wavelet_plugin 子目录中存放的是.dll的实现代码。希望对大家使用小波工具进行图像的网络渐进传输有帮助。-This is a VC++ written using wavelet progressive transmission of the
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:676887
    • 提供者:wen
  1. vcPPDigital-Image-Processing

    0下载:
  2. 基于vc的数字图像处理,\JpgDll 该目录下提供了一个Dll文件(JpgVSbmp.dll),可进行Bmp和Jpeg格式的相互转换。并给出一个VB调用此Dll中API函数的示例。 JpgVSbmp.dll中封装了2个API函数: 1. BmpToJpg 将指定的Bmp文件内容转换为JPG文件格式。 2. JpgToBmp 将指定的Jpg文件内容转换为Bmp文件格式。 \封装的Dll本目录下包含了2个子目录,分别为: (1)..\GeoTrans 封装Dll的VC++项
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5901361
    • 提供者:赵江
  1. VC++底层图像处理函数

    0下载:
  2. 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:13312
    • 提供者:就此沦陷
搜珍网 www.dssz.com