CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - Object

搜索资源列表

  1. vtkcube(mfc)

    0下载:
  2. 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtk
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:239.48kb
    • 提供者:肖小
  1. 5ActiveXMovie_SRC

    1下载:
  2. Using DirectShow to Play a Movie from Visual Basic:use Visual Basic as a movie player.we have built (in C++) an ActiveX control for Visual Basic that allows us to play any movie file (compatible with DirectShow). The ActiveX object also provides the
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:36.47kb
    • 提供者:au
  1. vtkExample

    2下载:
  2. 这个是我在vc6下的vtk程序。程序很简单,适合初学者研究。注意在vc下设定vtk得编译环境,除了添加vtk得lib等目录外,还要在工程->设定->link 选项卡, 在object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtkRend
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:6.95mb
    • 提供者:付文宇
  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:10.92kb
    • 提供者:linus
  1. ImgTool_2007_11_26

    0下载:
  2. Advanced Image Tool Some Image Processing Functions FlickerFree Image View Speed Zoom/Scroll Efficient Contrast Enhancement/Edge Extraction/Binarization Line/Rcetangle/Text Object Draw Ftp/Http Image Open Load/Save AES Mode Image
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:679.41kb
    • 提供者:kim S.D.
  1. freez_NativeJpg

    0下载:
  2. 原生Pascal代码实现的读写JPEG文件的组件。完整源码。 This software component contains a fully object oriented Pascal implementation that allows to read and write Jpeg files. You can use this software to read and write Jpeg images from files or streams. It supports basel
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:264.61kb
    • 提供者:jm
  1. Pictest4

    0下载:
  2. 介绍了在Vc++环境中,利用ADO 2.5中所提供的Stream 对象和Fields对象进行数据库中图片的存取,同时,还利用了IPicture接口实现多种格式图片的显示,并通过控件自画的方法解决了图片显示的刷新问题-Introduced in Vc++ Environment, using ADO 2.5 provided in the Stream object and Fields object image database access, is also used IPicture int
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:199.72kb
    • 提供者:cqliufan
  1. i-sight4_0_0

    0下载:
  2. 1. Support for OFF, PLY, GTS, OBJ file formats. 2. Perspective (one, two, three point perspective), axonometric and orthographic projections. 3. Ability to rotate, pan, zoom in/out and focus on a region of interest. 4. Ability to change backgro
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:956.36kb
    • 提供者:balife
  1. image2byte[]

    0下载:
  2. 将Image对象转换为png,bmp格式的byte[] image2byte[].rar-Image object will be converted to png, bmp format, byte [] image2byte []. Rar
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:29.63kb
    • 提供者:chengbs
  1. ImageTest2

    0下载:
  2. 图像处理系列之2--显示篇 涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Image Processing Series 2- shows
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:58.96kb
    • 提供者:
  1. extraction_algorithm

    0下载:
  2. 针对特定目标提取的二值化算法,值得一看,一个小论文-Specific object extraction algorithm of the two values
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:307.26kb
    • 提供者:Andrew
  1. inpainting

    0下载:
  2. object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全--object removal in image processing means that users can remove images of an object, the algorithm can automatically use the backg
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1.71mb
    • 提供者:chenlu
  1. loadimage

    0下载:
  2. 把系统外部图片导入 实现导入一幅图片并显示在系统-load a image to the object
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-20
    • 文件大小:5.54mb
    • 提供者:elsa
  1. winbmp

    0下载:
  2. 载入bmp This example loads a BMP file into an object of class CRaster that includes members to store Palette, Raster bits, and Bitmap information.-BMP LOAD EXAMPLE
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:24.51kb
    • 提供者:燕子
  1. bmploader

    0下载:
  2. 该例子加载一幅BMP给CRaster类对象,该类包含一个成员函数可以把位图显示到一个windows设备上(如屏幕)-This example loads a BMP file into an object of class CRaster that includes members to store Palette, Raster bits, and Bitmap information. CRaster includes a member function (GDIPain
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:24.54kb
    • 提供者:李瑛
  1. LoadShowImage

    0下载:
  2. 将磁盘的.bmp文件转换到Cbitmap对象指针中,再显示出来-Disk. Bmp file is converted to Cbitmap object pointer, and then displayed
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:315.05kb
    • 提供者:zhang
  1. windows_pinbao_code

    0下载:
  2. 该程序模仿的 Windows 经典屏幕保护程序“变幻线”,并使用了面向对象技术编写,初学面向对象时可以作为参考。-The program to imitate the Windows Classic screen saver " Mystify" and written in object-oriented technology, and can be used as a reference beginner object-oriented.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:8.31kb
    • 提供者:佚名
  1. Visual-CPP-cmp

    0下载:
  2. 初学者快速入门VC++图像处理,最全面的学习资料,更能通过对比chap1_1和chap1_4,促进对面向对象和面向过程的理解。学习类的简历-Beginners the Quick Start VC++ image processing, the most comprehensive study materials better through contrast chap1_1 and chap1_4, the promotion of the understanding of object-or
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:28.52mb
    • 提供者:李灿
  1. dicom_example

    0下载:
  2. IDL语言进行Dicom文件操作,包含IDL的打开与显示-This widget application illustrates the use of the IDL DICOM procedural and object interfaces.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-29
    • 文件大小:2.78kb
    • 提供者:huyx
  1. david

    0下载:
  2. 用于视频跟踪的经典视频“david indoor”,一帧帧的图像。-The video for object tracking
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-11
    • 文件大小:16.71mb
    • 提供者:wang li jia
« 12 »
搜珍网 www.dssz.com