搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
图形液晶
- 编写基于SMG240128A型液晶模块的驱动程序,设置液晶模块为图形模式,然后均匀显示方格-prepared SMG240128A-based LCD module of the driver, set up LCD modules for graphics mode, and then showed uniform grid
PLC code 双击版
- TC3.0 写的一个PLC梯形图编辑器 我做课程设计时写的 现在还只是雏形 还要加一些模块才行-TC3.0 write a PLC Ladder Diagram Editor, I do write curriculum design the prototype is now also some modules to increase Caixing
vtkcube(mfc)
- 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtk
kig
- linux下的绘图程序,类似于visio,但是它是开源的。如果自己不满意可以增加一些模块进去,当然首先要读懂原程序。-under linux mapping procedures, similar to visio, but it is revenue. If you can not get additional modules, we must first understand the original procedure.
C_LIB
- 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中
genzong1
- 复杂场景下运动目标的实时跟踪,在完成对目标模式匹配,目标运动估计和石台控制处理的基础上,对三个模块力加以综合,实现对运动目标的实时跟踪。-sports complex scene and real-time tracking of the target, the completion of the target pattern matching, Target Motion estimation and control of Shitai, on the basis of three integ
pengzhuang
- 包含了一些图形处理模块,比如三角函数计算,Png图形处理-contains some graphic processing modules, such as trigonometry, Png graphic processing
DDDemo_src
- 通过CDibData可以装载、保存、转换深度等图象操作,可以修改某一个象素单元-through CDibData can carry, keep, depth of image conversion operation, one can modify a pixel modules
vtkExample
- 这个是我在vc6下的vtk程序。程序很简单,适合初学者研究。注意在vc下设定vtk得编译环境,除了添加vtk得lib等目录外,还要在工程->设定->link 选项卡, 在object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtkRend
stopmojo_src_0_2
- StopMojo: Stop motion animation suite - a cross-platform suite of applications comprised of modules designed to facilitate creation of stop-motion animations including image capture and lip sync.-StopMojo : Stop motion animation suite-a cross-platfor
mpeg4modules
- 基于MPEG4的MODULES代码很全面,有很多测试程序-based on the MPEG4 MODULES code is very comprehensive, a lot of testing procedures
DCTofJPEG
- 用verilog代码写的JPEG压缩核心模块DCT变换之蝶形单元算法-verilog code written using JPEG compression core module DCT's butterfly modules algorithm
bmpenhance
- 图象增强系统,分为直方图均衡化,中值滤波和导入保存三个模块。每个模块根据实际情况需要设计算法,并在Visual c++下编译通过。-image enhancement system, divided into histogram equalization, filtering and preserving into three modules. Each module according to the actual needs of the design algorithm, and in Vi
12864_c
- 128*64标准模块显示程序,内面分两种接发.详情请见内容-128 * 64 standard modules display program, inside two minutes then fat. Know more about content
FaceDetection
- aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, First to file "opened face.bm
ImageTest
- 实例5 页码:34 稿件名称:VC图像处理--快速傅立叶变换篇 稿件作者:耿迅 程序名称:ImageTest 运行环境:Win+VC6.0 注意事项: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。
greedy
- 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
backtraing
- *零件切割问题: *给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割 *出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形 *板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? *使用回溯算法实现程序。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib g
Delphi.image.channel.modules
- Delphi图像基色通道开发设计模块Delphi image color channel development and design modules -Delphi image color channel development and design modules