搜索资源列表
chepaizhibie
- 识别车牌的源码,可以先对图像进行各种操作,如锐化,平滑,提取骨架,细化,分割,定位,提取边缘,等等。是一个比较详细,内容丰富的源码包。-A source code to recongize the car number. It first do the several operation to images, such as Sharpness, Smooth, Low Pass, Crop, and Locate , Edge Dectet, etc. It is a detailed , v
peano-Hilbert曲线的Delphi程序设计
- 有关peano-Hilbert曲线的详细介绍,以及用Delphi程序设计的代码(完整版)-the Peano - Hilbert detailed descr iption of the curve, and the Delphi programming code (complete edition)
graphics32-1-7-1
- 这个是一个很好的delphi显示,处理图像的控件包,里面有详细的使用文档,并且我上船的dicom读片程序也要用到这个-this is a good delphi showed that the image control packets, which contain detailed the use of documents, and I read the uplift of DICOM films have used this procedure
图像处理入门C源码分析有源码
- 里面有源码还有详细的解说,新手上路建议看一下,既可以学习vc编程,也可以学习有关图像处理方面的知识。-inside source also detailed captions, Getting Started look at the proposal, we can learn vc programming, can also learn about the image processing knowledge.
图片模糊与锐化
- 本例使用JAVA语言实现了图片的模糊与锐化,详细的注释请看源代码的注释。谢谢支持!-cases the use of the Java language and blurred images sharper and detailed annotations Look at the source code of the Notes. Thank you support!
图片旋转
- 我看到已经有些朋友传过C、vb等的代码,我现在为大家带来了JAVA实现的图片旋转程序,详细说明请见文件中的注释,谢谢支持-I have seen some friends came across C, vb the code, I now bring you a picture JAVA rotation procedures, detailed descr iption, see the Notes document, thank you support! !
画图程序开发MAPMODE
- 1、 本程序在交作业时需提交程序详细的说明书、源码程序。 2、 编程方式可以使用API编程或MFC编程方式。 3、 功能至少包括: 1) 画直线、矩形、椭圆和颜色填充,支持打印输出。 2) 可以更改线宽、更改线的颜色和填充的颜色。如下面的图形显示。 3) 最好实现对图形对象的文件存储。 -1, the procedures in perpendicular operation must produce detailed procedures manuals, source
ToyCAD
- 简易的2d CAD.有很详细的注释。 实现了画圆,线,矩形,多边形,颜色,镜像,删除,缩放。 -simple 2d CAD. Very detailed comments. To achieve the Circle, line, rectangle, polygon, color images, delete, zooming.
PNGfile
- 解析png文件格式,详细处理png各个chunk,且可设定idat 压缩等级。vc-analytic png file format, every detail png chunk, idat which can be set compression level. Vc
mv
- 计算机视觉处理的matlab程序包,有详细帮助文件,计算机视觉处理工作者必备-computer vision of Matlab package, a detailed help file, computer vision necessary to deal with workers
Gaphics
- 我是一名大学的学生,我没有做过很复杂的编程练习,这也是我第一次上传源程序,这次上传的是我做计算机图形学的练习时在WIN-TC环境下所编的一些程序,其中有二维图形的基本变换(平移,旋转,错切,放缩,对称)的动画演示、三维图在二维平面上的消隐图的显示、线条的裁减、抛物线的绘制以及B样条曲线的绘制,程序中有详细的注释,希望对学生朋友们能够有所帮助。-I was a university student, I had not done a very complex programming exercis
toolbarcolor
- 实现真彩色工具,详细的介绍了实现真彩色工具条的原理-achieve true color tools, a detailed introduction to the realization of true color tools of the theory
matlabstudyim
- matlab图像处理代码,供初学者使用,有详细说明-Matlab image processing code for beginners, a detailed descr iption
2D_SmpCAD
- 入门级2D绘图CAD程序,包括画线、画圆、画三角形、画矩形,以及拾取、平移、旋转、镜像等功能,同时配备详细的文档实现说明(为《工程计算机图形学》一书的一章节)-entry-level 2D CAD drawing procedures, including line drawing, Circle, Triangle painting, drawing rectangles, and pick up, translation, rotation, Mirror, and so on with d
BSpline_1.4
- 该源码为计算机辅助设计B样条曲线的生成,源码详细地展示的B样条曲线的生成,修改,重绘等功能。对于理解CAD(Computer Aided Design)有一定的帮助作用。(注:CAD是计算机辅助设计的英文简称,目前国际一流的CAD软件有AutoCAD,SolidWorks,Pro/E等等)-source for the computer-aided design of the B-spline curve generation, Source detailed display of the B-
vc.net.CAD
- 本书主要结合VB.NET和VC#.NET两种语言介绍了创建交互式CAD系统的基本思路和技术,分别给出了两种语言的小系统完整代码,并讨论了技巧实现的其他可能性以及系统代码的改进方法。 本书前3章主要介绍语言基础和.NET框架基础,第4章至第8章结合一个CAD小系统的创建详细地介绍了交互式CAD系统的组织思路和基本技术,第9章至第11章介绍了更多的技巧实现方法和系统优化方法,第12章结合CAD编程进行了一些设计模式方面的讨论;写作过程中注意了循序渐进的讲解原则,内容适合不同学习阶段的读者。 书中所有
Line9.1
- 这是我研一时根据北航杨钦的博士论文编写的二维Delaunay插点算法。各个函数功能有详细注释
labixiaoxin
- 通过改变窗口形状实现的模仿瑞星小狮子的蜡笔小新动画,实现方法程序内有详细说明
Graph
- CGraph是一个外国人写的图形库,本文工程中的CGraph已经封装到了DLL,由于时间关系,我没做DEMO,此类库的详细介绍你可以到VCCODE搜索。
bmp2gbtile-1.0
- bmp图形转换程序,里面有详细的样例,大家可以参考!