搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
vc++_opengl_directx_cartoon_programme_sourcecode.r
- VC++开发环境下的openGl和directx三维动画编程.-VC development environment under the openGl directx 3D animation and programming.
vc.net.CAD
- 本书主要结合VB.NET和VC#.NET两种语言介绍了创建交互式CAD系统的基本思路和技术,分别给出了两种语言的小系统完整代码,并讨论了技巧实现的其他可能性以及系统代码的改进方法。 本书前3章主要介绍语言基础和.NET框架基础,第4章至第8章结合一个CAD小系统的创建详细地介绍了交互式CAD系统的组织思路和基本技术,第9章至第11章介绍了更多的技巧实现方法和系统优化方法,第12章结合CAD编程进行了一些设计模式方面的讨论;写作过程中注意了循序渐进的讲解原则,内容适合不同学习阶段的读者。 书中所有
chepaishibie
- 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对
184526345
- 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of computer graphics programming p
quartz-2d-graphics-for-mac-os-x-r-developers.97803
- 苹果机上Quartz的编程书籍,英文编写,网络上比较有名的Quartz图像编程入门和深入教程-Quartz Mac programming books, English, more well-known network Quartz Graphics Programming entry and in-depth tutorials
imagedata
- 使用opencv编程导入图像,获得图像的R、G、B分量数据。还可以进行空间转换。-Used opencv to get data of image.
OpenGL_Game_Programming_Source_Project_Framework.r
- OpenGL游戏编程设计工程框架源码OpenGL Game Programming Source Project Framework-Engineering framework OpenGL Game Programming Source OpenGL Game Programming Source Project Framework
opengl_game_programming_examples_envmapex_source.r
- opengl游戏编程实例envmapex源码opengl game programming examples envmapex source-opengl game programming examples envmapex source opengl game programming examples envmapex source
Binary_image_processing_program_transform_source.r
- 图像处理编程二值化变换源码Binary image processing program transform source-Binary image processing program transform source Binary image processing program transform source
OpenGL_programming_source_analog_explosion_scene.r
- OpenGL编程实现模拟爆炸场景源码OpenGL programming source analog explosion scene-OpenGL programming for analog explosion scene Source OpenGL programming source analog explosion scene
C_programming_code_to_save_jpg_image_t0_database.r
- C编程保存jpg图像到数据库代码C programming code to save jpg image to database-C programming code to save jpg image to database
vb.code.module.design.three.dimensional.graphics.r
- vb编程三维绘图模块设计代码vb programming code module design three-dimensional graphics -vb programming code module design three-dimensional graphics
Show-your-love
- 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。 编程思路:“心”形曲线的数学参数方程为: x=rsinθ/2sinθ(0<=θ<=2π) y=rsinθ/2cosθ 用xin[2*R+1][2*R+1]存储图形。 -Of the problem: According to the " heart" -shaped mathematical curve para
tiaoseban
- 一个小小的调色板程序,通过改变R、G、B三个参数,便可以观察出具体颜色的视觉效果,方便在编程时选择颜色参数。-A small palette program, by changing the R, G, B three parameters, we can observe the visual effect of a specific color for easy color selection in the programming parameters.
RGB32-toRGB1555
- 在VC编程图像显示时,有时候需要将RGB32颜色模式转换乘RGB1555来显示,本文介绍了两者之间的转换方法-In the VC program image is displayed, sometimes you need to RGB32 color mode conversion by RGB1555 to show, this article describes the conversion between the two methods
developmant--board
- 图形数字识别: 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 [character_recgnize_VC.rar] - 图像识别的经典案例,文字识别,部分用到matlab编程技术 -Graphics digital recognition: the first s
circles_matlab
- 两个同心圆的matlab算法,且标注有半径R,用于2D图形编程-Matlab algorithm in two concentric circles, and marked with radius R, for 2D graphical programming
RSana2
- 应用matlab进行编程,利用R/S分析,计算Hurst指数-Application of matlab programming, using the R/S analysis to calculate the Hurst exponent