CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - LOAD

搜索资源列表

  1. ezdicom

    1下载:
  2. 一个很好地图像显示程序,可以读取各种格式的图像,如DICOM,PNG,JPEG,BMP以及raw格式的图像-a good program for display map,could load different kinds formal of graphics ,such as:dicom,png,jpeg,bmp and raw
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.44mb
    • 提供者:白晓明
  1. coloc3D

    0下载:
  2. Descr iption: This scr ipt allows the user to load 3-D TIFF images, such as those derived from confocal or 2-photon microscopy, into the MATLAB workspace for analysis of colocalization between two images in 3-D. It includes a function <getstacks&g
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.61kb
    • 提供者:gz
  1. tuxiangchuliruanjiian

    0下载:
  2. ImageStone is a powerful C++ class library for image manipulation. it is portable and requiring only a recompiling on any platform. It includes load/save, display, histogram, undo/redo and over 100 predefined filters. It is a mature and easy-to-use i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.19mb
    • 提供者:刘广招
  1. bitmapEx_source

    0下载:
  2. 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5.28kb
    • 提供者:李明
  1. cx-image

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage grew together with the CodeProject site, since 2001, and reached this level thanks to the CodeProject community. Thanks a lot for the sug
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:16.32mb
    • 提供者:王莉
  1. ImageStone_src

    0下载:
  2. ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 pr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:619.83kb
    • 提供者:王莉
  1. LoadAndWriteVideo

    0下载:
  2. Used OpenCV to load and write a AVI file.-Used to load and write a AVI file.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:zy
  1. ScrCap

    0下载:
  2. 一个很好的屏幕抓取程序源码,需要加载ImgEdit控件.-a good screen crawls source procedures need to load ImgEdit control.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.92kb
    • 提供者:caiguojun
  1. CompressDemo

    0下载:
  2. 本程序演示了如何使用基本的CSTRING函数.应用程序中开始运行时加载一文件,可在此文件中搜索任何字符串.-demonstration of the process of how to use the basic function of CSTRING. Application Program began running a load document in this document search string.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:135.91kb
    • 提供者:qiguoqing
  1. sadsadasd

    0下载:
  2. 载荷压深曲线的数据处理,求面积和积分的程序-load curve of the pressure data processing, for the area and the integration process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:wxj
  1. yanyin-demo

    0下载:
  2. 电子验印核心代码v7.2 102 1、C++ Builder6.0 2、先安装Package Twain32 3、在BC6中加载工程yanyin.bpr即可 4、内核有协议限制且在自动验印时会弹出信息提示窗口。非常抱歉这 些限制可能会给您带来演示的不便,所以另提供了demo.exe的演示 程序。该程序没有以上的限制。 5、如果您对我的内核感兴趣,请联系: 联系人:李建国 msn:ljg-msn@hotmail.com QQ:757412868
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:574.34kb
    • 提供者:李建国
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:2.11kb
    • 提供者:yemaoqiu
  1. image_process

    0下载:
  2. ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and is easily to portable. Its features include load/save (supports BMP, GIF, JPG, PNG, TIF, ICO, TGA, PCX, PSD...), display, histogram, undo/redo, and image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:Diplom
  1. LightMap

    0下载:
  2. 制作lightmap的一个类。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:98.98kb
    • 提供者:zjuxia
  1. Shadow

    0下载:
  2. 小图片拼接的另一个算法。也可以看作是二维装箱问题。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:39.62kb
    • 提供者:zjuxia
  1. cximage600_demo

    0下载:
  2. CxImage is a C++ class that can load, save, display, and transform images in a very simple and fast way. The class CxImage is free as for the TIFF, JPEG, PNG and ZLIB libraries : \"If you use this source code in a product, acknowledgement is no
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:710.56kb
    • 提供者:Neil
  1. 6

    0下载:
  2. 心电eeg和脑电ecg的数据,经matlab处理过了,直接用load就可以用了-datas of eeg and ecg you can use them just throw the function load
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7.42kb
    • 提供者:jia lei
  1. Image_Rotation

    0下载:
  2. A very simple program with simple GUI to rotate any image by 90, 180 or 270 degrees It can load/save file from any location and displays the time elapsed in processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5.39kb
    • 提供者:mio
  1. Character_Recognition_Training__NN_for_classificat

    0下载:
  2. 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:693.14kb
    • 提供者: 反对撒
  1. Image-Load-and-Histogram-Control

    0下载:
  2. 这是一个能加载图像文件,处理色调,二进制,Histogram的类文件。-This is an class which to load image file, process colors, binary, Histogram files.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:4.66kb
    • 提供者:王贤哲
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com