搜索资源列表
DMAX ASE模型描述及OpenGL控制.rar
- 阐述如何在OpenGL三维编程中实现3DMAX数据模型的程序控制,成果可用于飞机飞行的运动模拟和飞行实时监控等领域中。
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
内插—存数据
- opengl练习程序,主要实现了OPENgl中一些最基本的应用,可以进行曲面内插和存数据等功能。-opengl practice procedures, the main OPENgl some of the most basic applications that can be inserted within the surface and the data capabilities.
QUADTREE地形
- 四叉树(lod)实现地形三维可视化的程序,内有代码和数据-quadtree (incomplete) 3D terrain visualization procedures, which have code and data
视频分割的matlab 程序
- 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
图像处理程序集
- P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵
cac
- delphi开发的计算机地图制图演示程序,数据格式是bna以及xys。功能包括地图显示(放大、缩小、漫游)以及图层管理和符号设计-computer cartography delphi development demonstration program, the data format is bna and xys. Functions including map display (zoom in, zoom out, roaming), and layer management and des
bunny
- OpenGL中著名的stanford Bunny程序和点云数据。-OpenGL famous stanford Bunny procedures and point cloud data.
Contour
- 这是一个画湖区等深线的Mat程序,数据是一些离散的不规则点,包括经度、纬度和水深值。-This is a drawing isobath Lakes Mat procedures, a number of discrete data is irregular, including longitude, latitude and water depth values.
FME2006keygen
- 关于地理信息系统arcengine二次开发:实现建立新矢量图层功来打开数据库和数据表的程序代码-On GIS arcengine secondary development: towards the establishment of a new vector layer gong to open the database and data table code
cacheDemo
- DevGlobalCache -缓存的方法和程序之间共享数据 缓存的方法和程序之间共享数据-DevGlobalCache- cache methods and procedures of data cache shared between the methods and procedures for sharing data between
jpeg
- <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
3dsMFCRender
- 基于MFC的三维数据文件(3d MAX 或者CAD等导出)读取和渲染程序源代码.-Code for 3D data loading and display based on MFC.
DataReadDlg
- c++和matlab混合编程的基本的读取sir-20探地雷达数据的程序。-c++ and matlab programming mixed read basic sir-20 ground-penetrating radar data.
BSpline
- 海量散乱数据重构的小程序,采用B样条插值和分层B样条算法,对B样条算法进行了封装,最后OPENGL显示重构的网格数据。可用于人脸海量数据重构及地形重构。需先载入数据。数据格式可参考代码内格式。-Massive small scattered data reconstruction procedures, the use of B-spline interpolation and hierarchical B-spline algorithm for B-spline algorithm pack
aa
- 此论文是基于MFC的OpenGL应用程序开发 ,MFC是一套简化Windows编程的可重用的类库,封装了通用Winsows API和数据结构的类;OpenGL是一个图形硬件的软件接口、三维图形和-This paper is based on MFC, OpenGL application development, MFC is a set of reusable to simplify Windows programming class library, package a common Win
lap
- 本代码提供了拉普拉斯锐化(边缘检测)的实例程序和数据及结果-This code provides the Laplacian sharpening (edge detection) and examples of programs and data and results
mode
- 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
Main_for_tracking
- 一种利用动态轮廓跟踪医学图像目标的程序和测试数据-The program and testing data for using the deforming model to tracking the object in medical image
DOA
- DOA(波达方向)估计程序和数据,关于阵列雷达的信号处理的程序,采用的方法为capon、esprit、根music-DOA (DOA) estimation procedures and data on the array radar signal processing procedures, the method used for the capon, esprit, roots music