CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 图像操作

搜索资源列表

  1. 93317431vc_matlab

    0下载:
  2. VC图像处理,包括图像的基本操作和处理,调用了matlab的库函数.-VC image processing, including image of the basic operation and handling, call the Matlab libraries.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1985041
    • 提供者:涨红
  1. imageprocesscodeofhebin

    0下载:
  2. 何斌的《数字图像处理》代码光盘,集成了图像处理的基本操作和算法。-"Digital Image Processing" code discs, integrated image processing algorithms and basic operation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2385931
    • 提供者:熊吉川
  1. qddown_vcGPS

    0下载:
  2. GPS协议,含有NEMA协议栈可以对90%的GPS模块进行操作,定位数据可以获知,结合图像显示,就可以做导航-GPS agreement, containing NEMA protocol stack can be right 90% of the GPS module for the operation and positioning data can be informed that combine images, it can be done Navigation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:96941
    • 提供者:刘淼
  1. imageoperation

    0下载:
  2. 数字图像处理的基本操作,包括平移,缩放,旋转以及直方图均衡等操作,是学习数字图像处理的必备资料.-digital image processing of the basic operations, including translation, zooming and rotating histogram equalization and other operations, is studying digital image processing of the requisite informat
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:419811
    • 提供者:王阳
  1. aDVSnapSY

    0下载:
  2. 这是我以前做过的操作DV,获取视频及图像的源代码。使用DirectX开发。-done before the operation DV, access to video and images of the source code. Using DirectX development.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:48546
    • 提供者:lj
  1. LogicAnalyzer

    0下载:
  2. 虚拟逻辑分析仪的上位机,逻辑分析仪的触发字等操作规则都是软实现的,显示也用到数字图像处理的东西-Virtual Logic Analyzer the PC, logic analyzer trigger characters operating rules are soft to achieve, and show that also uses digital image processing things
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:126414
    • 提供者:杨亮
  1. mohuyuruihua

    0下载:
  2. 在java应用程序中通过卷积操作变换ComvolveOp实现图像的模糊与锐化,思路如下: 源缓冲区图像-〉卷积过滤器-〉目标缓冲区-in java applications through convolution operators transform ComvolveOp Fuzzy Image and Sharpening thinking, as follows : buffer source image-> convolution filters-> target
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:253390
    • 提供者:xxxxzzzzyyyy007
  1. ViewDIB_WindowsApi

    0下载:
  2. 一段对dib的操作,能够让你熟悉windows中图像的存储和格式,以及相应API-section of the operation of Freehand, to let you know which windows and image storage format, and the corresponding API
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:88329
    • 提供者:air
  1. PsFilters

    0下载:
  2. 这是photoshop中置换滤镜的模拟代码,在photoshop中的置换图是psd文件,但这里是哟使用的是bmp图片。另外,包含了一个简单的图像反相功能,该功能是使用了指针,直接对图像数据的内存操作。-which is the replacement filter simulation code, photoshop in the replacement plan is psd file, but here is the use of yo bmp picture. Also, include
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14483
    • 提供者:jinfd
  1. csharpshili

    0下载:
  2. Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3832786
    • 提供者:史进
  1. VC_imagetest

    0下载:
  2. 含有功能为: 图像读取与显示、保存 24位彩色图转化为256色灰度图 灰度图像反色、增加亮度 给灰度图像加边框 还有: 对操作进行计时,精确到毫秒 在确认对话框上显示信息 输入对话框中输入参数-contain functional : read and display images, preservation of 24 color into a 256-color grayscale image-gray color and brightness to i
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:53715
    • 提供者:lishi
  1. harrisCorner__2006528

    0下载:
  2. 用openCV编写的角点检测程序,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。-used to prepare the corner detection procedures, the first one corner detection is a buffer to read images into IplImage after detect corner; the second corner
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1782
    • 提供者:--
  1. Image-Process

    0下载:
  2. JAVA语言实现对图像进程的控制和操作,内含25个文件-JAVA right image process control and operation, containing 25 documents
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:186106
    • 提供者:尹志远
  1. image-go

    1下载:
  2. 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:274418
    • 提供者:zhou
  1. BCBImage

    0下载:
  2. CB图像编程,包括基本的图像处理操作:反转、灰度变换等。-CB image programming, including basic image processing operations : inversion, such as the gray-scale transformation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3824
    • 提供者:zhu
  1. wwwwzoomscreen

    0下载:
  2. 一个不错的图像放大程序,可以将屏幕放大对于做图像处理在操作方面十分有用,程序代码实现十分简单-a good image to enlarge procedures, Large screen can be done for image processing operation in a very useful process to achieve a very simple code
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:164516
    • 提供者:www
  1. CImageTest

    0下载:
  2. 封装了一个类CImage,实现BMP图像的读取、显示及出来操作,非常适合图像处理初学者参考。-Packaging, a category CImage achieve BMP images read, and showed up operation, very suitable for beginners reference image processing.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:132013
    • 提供者:chengang
  1. BmpMerger_Src

    0下载:
  2. windows图形环境下对图像的操作,演示了图像合并的过程和方法-windows graphical environment for the operation of images, the images demonstrate the merger process and methods
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:13480
    • 提供者:qingfan
  1. Peanut

    0下载:
  2. 本作品是基于Windows平台使用Visual C++工具开发的多文档应用程序。本课题组成员在对DICOM3.0医学影像存储与传输的国际标准和JPEG 2000静态图像压缩标准学习的基础上,实现了基于JPEG 2000标准的医学图像高效压缩功能,压缩比可在1~300间可调;同时该软件兼容JPEG压缩,压缩比可在1~100间可调。该软件操作简单、界面友好,是PACS系统的一个重要组成部分,对于缓解传输带宽和存储容量的压力具有一定意义。-of the book is based on the Win
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:920972
    • 提供者:袁耀辉
  1. myfile3

    0下载:
  2. 对DIB图像进行维纳滤波复原操作+DIB图像进行模糊操作-right DIB images Wiener filter recovery operation DIB images fuzzy operation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3560
    • 提供者:master
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »
搜珍网 www.dssz.com