-
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译-a simulation of the effect of process water, the effect is very realistic, using VC7.0 compiler
- 2022-01-25 21:24:57下载
- 积分:1
-
完整的DICOM医学图象浏览,可以读出DICOM图象,及其属性。并且把JPEG图象和 BMP图象转换为DICOM图象。并实现视频,AVI接口...
完整的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.
- 2022-01-26 00:38:48下载
- 积分:1
-
用vb编写的计算机图形学的案例,2D与3D的 老师讲课使用的课件...
用vb编写的计算机图形学的案例,2D与3D的 老师讲课使用的课件-use of computer graphics to prepare the case, 2D and 3D teacher lectures use the courseware
- 2022-02-10 02:02:56下载
- 积分:1
-
Histogram, linear maps, pie chart rendering, and supports bitmap graphics output
柱状图,线性图,饼图的绘制,并支持bitmap图形输出-Histogram, linear maps, pie chart rendering, and supports bitmap graphics output
- 2022-10-04 15:30:03下载
- 积分:1
-
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数...
注意: 1。tc支持16色,所以所读的图片要是16色图片 2。图片的的存放是从最后一行开始的,倒过来存放的 3。每行的字节数是4的倍数-attention : 1. Tc support 16 colors, and read the picture if two 16-color pictures. Photo storage is the last line from the start, the reverse of the three storage. Each trip is the number of bytes in multiples of 4
- 2023-03-13 06:55:03下载
- 积分:1
-
MFC in the use of VTK for image rendering, the novice is a good research referen...
MFC中运用VTK进行图像的渲染,对新手来说是个不错的研究参考资料-MFC in the use of VTK for image rendering, the novice is a good research references
- 2022-01-28 05:12:35下载
- 积分:1
-
a copy of the source image
源图像的副本
- 2023-08-17 19:50:03下载
- 积分:1
-
《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何
《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Second Edition)" does
a book source code this book mainly narrate uses Visual C to carry on
digital picture processing. The entire book altogether 11 chapters,
separately introduced the picture spot operation, the geometry
transformation, the orthogonal transformation, the image enhancement,
the corrosion algorithm, the inflation algorithm, the thin algorithm,
the edge examination with withdraw, the outline track, the image
analysis, the picture recovers with the picture compression code
technology, to each commonly used digital picture processing method,
this book has all provided the integrity source code. This book
content rich, narration detailed, the usability is strong, suits
processes the worker to the digital picture to rea
- 2023-02-12 22:35:04下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
C语言直接写DWG图形文件接口
C语言直接写DWG图形文件接口-C language directly write DWG graphics interface
- 2022-04-02 10:35:55下载
- 积分:1