资源列表
sunjiaguang
- 孙家广的几何造型课件(.ppt),阐述了几何造型的基础知识,包括曲线、曲面。-Shi-geometric modeling Courseware (. Ppt), and describe geometric modeling foundation of knowledge, including curves and surfaces.
edgeexamination
- 该源码主要是对图像进行边缘检测和轮廓跟踪,主要应用在象人脸识别、指纹识别等这样的图像处理系统中-the main source of the image edge detection and contour tracking, as the main application in face recognition, fingerprint recognition of Image Processing System
vb1321321
- 在左边列表中选定一个jpg的图片,然后 点下面的\"开始识别\"按狃既可。如需要自 己获取图片,可以到论坛首页把验证图片 保存到与本程序同一目录,之后点\"刷新 文件列表\"按狃既可。本程序仅针对本论 坛图片进行识别,代码已经提供,要识别其 他网站请自己修改.程序仅用于学习交流, 请不要做无意义的事情。-left in a selected list jpg pictures, and then following the "beginning of Rec
cell_recognation
- 关于细胞识别用VC实现的源代码,属于图像处理、模式识别的程序-identification of cells with VC source code belonging to image processing, pattern recognition procedures
patterndesign
- 基于图像处理模式识别的图案设计系统密码直接取消就可进入-image processing pattern recognition based on the graphic design system passwords can be entered directly canceled
Thepackingofthepolygon
- 多边形的填充,在VB平台上开发,属于图形学内容,实现画多边形并进行填充-polygon filling, in VB platform development, graphics content belongs to achieve paintings and filled polygon
zoomnum
- DOS下显示48x72点阵的放大数字源程序,Arial字体-DOS 48x72 dot matrix display digital amplification source, Arial font
Correlation
- 上传的是Convolve算法,在图象处理系统中经常用到,也许对你有参考价值-upload the Convolve algorithm, the image processing system frequently used, perhaps for your reference value
rainsoft_2004217144629
- 一个车牌识别源程序,我在网上找的,贡献出来大家共享 -an LPR source, I find on the Internet, have contributed share
icon001
- 图标库,种类齐全 编程中使用的图标带来许多方便,还可以自己修改-icon library, the full range of programming icon brought many conveniences, they can even change
bmptest+trans
- bmp图像识别 可以将BMP图像识别出来,进行测试,并最终转换颜色的位数。-bmp image recognition can be BMP image recognition, and conducted tests, and eventually change the color of the median.
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向