搜索资源列表
lesson02.zip
- This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your
lesson03.zip
- This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your
lesson04.zip
- This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your own
lesson05.zip
- This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your
1351picsourve
- 一时没有更好的,还是上传点图标把-no better, or upload point put icon
DicomViewer
- 完整的DICOM医学图象浏览,可以读出DICOM图象,及其属性。并且把JPEG图象和 BMP图象转换为DICOM图象。并实现视频,AVI接口-A complete dicom image biewer, which can read the dicom image, and its properties and put the Jpg and Bmp image to Dicom format. It also realize the video and avi interface.
open_z
- 一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are deta
Makegif
- 是一个简单用vb写的把bmp转换成gif的程序,程序不大但是可以比较方便将bmp转换成jpg-is a simple written with vb bmp put into gif procedures, procedures little more convenient but can be converted into bmp jpg
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
最强大的图像处理平台
- 综合了《精通Visual C++图像处理编程》书中所有程序。书中原来只是一个个部分功能的程序,我这边学习的时候,把书中的所有的程序集中到了一个工程里面来了。 这样一个功能强大的图像处理平台但愿对大家有用。对大家扩展其他功能提供了方便。-integrated "proficient image processing Visual C Programming" book all the procedures. The book was originally just a f
图形交互绘制功能
- 实现图形交互工具:把交互图形操作功能抽象出来,设计一个工具类层次,实现了初步的图形交互绘制功能。-interactive graphics tools : put interactive feature abstract graphics, and design a class hierarchy tool, achieving a preliminary mapping of interactive graphics functions.
GLtry
- OpenGL例程,可以通过鼠标把图形移动到指定的位置,也可以通过菜单来控制-OpenGL routines can be put through mouse mobile graphics to a specific location can be controlled through a menu
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
dicomtobmp
- 几点说明: 第一、将DICOMTK里面的所有编译好的lib文件拷贝到\\Microsoft Visual Studio\\VC98\\lib目录下 第二、将DICOMTK里面的lib库所对应的头文件考到\\Microsoft Visual Studio\\VC98\\include目录下 第三、改一下我程序里面的包含头,把那个多余的dicomtk目录删掉 第四、编译的时候建议使用RELEASE至于为什么嘛,大家可以怪我懒啦!懒得理会那些错误,如果您有兴趣处理完那些警告的话,那就谢
nogredex
- 一个把novodex和ogre结合起来编写的引擎!强烈推荐!-an ogre and put novodex combine prepared by the engine! Strongly recommended!
humanface_detection
- 通过识别眼睛和嘴把的位置来确定人脸在照片中的位置-by identifying the eyes and mouth put in place to determine the face of the photo location
Snakes
- Snake模型,也就是常说得Active Contour模型的MATLAB实现,其中还包含了原文献。-Snake model, which is often put Active Contour MATLAB model, it also includes the original literature.
cutphoto
- 第一幅图被称作曼德勃罗特集,曼德勃罗特集的数学模型非常简单。假设有复数Z和μ,用下式迭代计算:Z=Z2+μ,由于μ的取值不同,经过若干次数迭代以后Z的幅值可能趋向无穷,也可能保持有界,曼德勃罗特集就是那些使Z保持有界的μ的集合,把μ在复平面上的分布作成图像,就像上面演示的那样具有极其复杂的结构。 假设屏幕的分辨率为640×480。 -section known as a map Mandebo Lott set Mandebo Lott episode is very simple ma
201_FDJ
- c#.net 下 做的一个圆形放大镜 . 把鼠标放在放大镜左上方的某个区域(不用按下),缓慢移动,就可以移动窗口.也可以用鼠标拖着窗口走.-c #. Net done under a magnifying glass round. Put the mouse on the top left of a magnifying glass region (not press), the slow-moving, it can move the window. the mouse can also be
pictureprogram
- C语言图形处理 每一C程序都必须有一main()函数,可以根据自己的爱好把它放在程序的某个地方。有些程序员把它放在最前面,而另一些程序员把它放在最后面,无论放在哪个地方,以下几点说明都是适合的-C language graphics every C program must have a main () function. under their loving procedures put it somewhere. Some programmers put it in front, while