搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
MapViewerWPF
- 来源于网上,基于WPF和ArcEngine9.3开发,实现地图浏览等基本功能。-Microsoft’s WPF (Windows Presentation Foundation) provides the facility to host windows Forms controls within a WPF application. This sample demonstrates how to host ArcGIS Engine Map control, Toolbar control a
OpenGLESTemplate-src
- OpenGL ES 开发使用的基础模板,个人已经编译打包测试成功,在模拟器和真机打包的app在build文件夹下-Template of OpenGL ES, support iphone s xcode project, contains build file in ./build folder
ModMain
- 自主开发指纹识别系统的应用平台软件,使用vb与vc编写的-If txtPass.Text & App.Major & App.Minor & App.Revision <> StrA Then MsgBox LoadResString(1092), vbOKOnly+ 16
teapot-demo-app
- 读取传感器数据后,以3d显示一个teapot姿态,开发工具vs2010.-Read the sensor data to 3d show a teapot gesture development tools vs2010.
Painter
- 绘图程序,可作为绘图软件开发的入门学习,设计教学方法。-drawing ios app study.
my
- 一个C++开发的简单的绘图程序-draw app
UpdateManager
- 动态获取网络图片加载到本地,可以用在app开发启动页面-Get Picture dynamically loaded into the local
imageMorphology
- 图片形态学app拥有一个交互式开发环境,利用它可以对图片进行多种形态算法操作,很好用。-The Image Morphology app is an interactive exploratory environment, with which you can try different morphological operations and structuring elements on your image. This app supports most morphological
安卓开发实现实时拍照滤镜
- 安卓开发实现实时拍照滤镜APP程序,可以对照片进行处理(Android development to achieve real-time camera filter)