搜索资源列表
Openearth
- 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷
OpenGLtemplatewizzard
- 一个MFC建立的使用OpenGL的模板,可以在VC6中建立以此项目为基础的项目生成向导,在此基础上方便地使用OpenGL,免去配置OpenGL库的麻烦-an MFC to establish the use OpenGL template, VC6 can build this project-based projects generated guides, Based on this convenient to use OpenGL, OpenGL configuration removed
segm
- mean shift algorithm is explored in this vc project. You can unzipped it,and find the source code,then build and debug it ,you ll get the content result.
motiondetection
- 能够完整实现运动物体的检测ydpd.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
build-032.08.05beta
- Project to develop xVRML specs & related s/w tech. VRML97 put 3D worlds on the net & xVRML evolves it w/ Schema-based re-definition. Schema forms base for spec docs & model of the data in a VR world, as well as dev of tech-demo app & plugin s/w.
jasper-1.701.0
- The JasPer software license has been made slightly less restrictive. Now, JasPer can be used without the JPEG-2000 support included. This had always been the intention of the JasPer Contributors, but the original wording failed to make clear that suc
background-object-testVC
- 可以进行背景减除法-三帧法-高斯背景建模法运动检测- This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles loc
eyefinder(TOOLBOX).rar
- 用于人脸检测中的眼睛定位 用MATLAB编写 可运行,make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab befo
GoogleMap_vs2008_KAIFA
- 常见的地图GIS二次开发有ARCGIS、MO、AO、MAPX、MapXtreme、ASPMAP,但是对于我们初接GPS/GIS项目的人来说,最头痛的问题是无法解决地图,调用GOOGLE的SDK就可以免费使用GOOGLE的免费地图资源,快速构建自己的GIS系统。这项技术可以应用于交通、运输、物流、安防、城市规划、城市管理、林业、农业、工业、灾难指挥、地震灾难等许多行业。采用这种方法应付毕业论文时最省事了,连数字化地图的步骤都省了,别人开发GIS系统要几个月,用GOOLE二次开发,只要短短的几天。我
TutoGEF
- gef是基于Draw2D的图形框架,本工程是我在做流程图的时候参考一本英文的指导书编写的例子,内容不算复杂,主要是一个建立流程图的例子。适合于gef入门研究-gef Draw2D based graphics framework, the project is when I' m doing a flow chart refer to the guidance of a book written in the English example, the content is not comp
imageviewer
- imageviwersrc.zip: === === === This file contains a full source project. To run the image viewer from source: ==================================== 1] unzip the source file into any directory 2] import "Existing Project into Workspace"
uml_designer_1_0_sources
- UML建模工具源代码,使用C#开发,很有参考价值-The tool uses reverse engineering to build UML diagrams for C# project
DigitalVerification
- 数字识别c++程序示范 数字识别基础知识 简单识别项目文件 -数字识别.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the
FlashWzdView
- AppWizard has created this ExpandDialog application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. -===============================
OpenGLESTemplate-src
- OpenGL ES 开发使用的基础模板,个人已经编译打包测试成功,在模拟器和真机打包的app在build文件夹下-Template of OpenGL ES, support iphone s xcode project, contains build file in ./build folder
codeofopengglstart
- opengl工程的初始化代码,对于学习如何建立一个正确的opengl工程非常有帮助。-opengl project initialization code, for learning how to build a proper opengl works very helpful.
Mesa7.8.2_vc6
- Mesa是一个开放源码的跨平台OpenGL规范实现,在Mesa7.0之前的版本中还包含有VC6.0的工程,但在Mesa7.8.2版本就只提供了VC8的工程。现做了大量的工作建立了VC6工程,放在 MesaLib-7.8.2\windows\VC6 和 MesaGLUT-7.8.2\windows 目录中,编译前请注意看一下“编译说明.txt”文件。本文件中包含了MesaLib-7.8.2和MesaGLUT-7.8.2。-Mesa is an open source cross-platform
cardrecognition
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
MARK_ImagePyramids
- SIFT图像特征提取的图像预处理步骤:构建图像构建高斯金字塔,相邻层相减得到DOG金字塔,在DOG金字塔3x3x3的邻域内寻找局部极值点,供进一步计算SIFT特征描述子使用。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-SIFT image feature extraction image preprocessing steps: build image Gaussian pyramid, subtracting the adjacent
histogram-equalization-
- 这是直方图均衡化代码编写的详细说明书,从安装VC6.0到配置,到建立工程,如何添加代码-This is the histogram equalization, coding instructions, and install VC6.0 to configure to build project, how to add the code ...