搜索资源列表
ezdicom
- 一个很好地图像显示程序,可以读取各种格式的图像,如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
coloc3D
- 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
tuxiangchuliruanjiian
- 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
bitmapEx_source
- 一种向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
cx-image
- 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
ImageStone_src
- 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
LoadAndWriteVideo
- Used OpenCV to load and write a AVI file.-Used to load and write a AVI file.
ScrCap
- 一个很好的屏幕抓取程序源码,需要加载ImgEdit控件.-a good screen crawls source procedures need to load ImgEdit control.
CompressDemo
- 本程序演示了如何使用基本的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.
sadsadasd
- 载荷压深曲线的数据处理,求面积和积分的程序-load curve of the pressure data processing, for the area and the integration process
yanyin-demo
- 电子验印核心代码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
newnethodotsu
- 一个新设计的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
image_process
- 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
LightMap
- 制作lightmap的一个类。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
Shadow
- 小图片拼接的另一个算法。也可以看作是二维装箱问题。游戏制作中往往有很多小图片需要调用,一个个地load效率太低,一般是把它们拼接成一张大图片。这个类能够有效地进行图片拼接,内附说明文档。
cximage600_demo
- 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
6
- 心电eeg和脑电ecg的数据,经matlab处理过了,直接用load就可以用了-datas of eeg and ecg you can use them just throw the function load
Image_Rotation
- 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
Character_Recognition_Training__NN_for_classificat
- 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-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
Image-Load-and-Histogram-Control
- 这是一个能加载图像文件,处理色调,二进制,Histogram的类文件。-This is an class which to load image file, process colors, binary, Histogram files.