搜索资源列表
OpenGL※※VC框架
- OpenGL※※VC框架,包含单文档,多文档,对话框。-OpenGL * * VC framework consists of a single file, multi-file, the dialog.
chap10ingis
- 功能强大的社会资源管理资源系统 1. 本系统采用MapX 5.0来开发,因此首先要安装Mapx 5.0 2. 本系统后台数据库采用SQL Server2000,在使用之前,才要附加本系统目录下的njgfql_Data.MDF文件,默认的数据库连接用户名为sa,密码为空; 3. 附加数据库请参考相关书籍 4. 本系统由于是和其他MIS系统,所以用户在测试的时候,需要在数据库中首先输入测试数据。 5. 本系统数据库表格非常多,大部分是没用用到,读者可以参考书中代码,来学习对应的数
RectangleApp
- 在绘图区域单击鼠标左键则绘制一个矩形,最多可绘制一百个-in drawing districts click the left mouse button is drawing a rectangle, drawn up to 100
Paint_board
- 这是一个类似windows中的画板程序。 功能简介: • 可以在工具栏上选择画直线,矩形,椭圆等。 • 画的时候可以在颜色板上选择画笔的颜色, 也可以通过菜单项改变画笔的粗细。 • 单击放大镜能够对图形进行放大,便于观察,单击一次就放大一倍,再单击窗口时就恢复原大小。 • 可以双击选中图形,相应的图形上出现标识就说明已选中,然后按DEL键或相应按钮删除。 • 可以添加注释:在窗口中拉出虚框后就可以输入,而且
Logic_operation
- 逻辑操作是对图像中的每个像素做逻辑运算,可以是单对象操作,也可以是多对象操作。-logic operation is the image of each pixel so logical operators can target a single operation, it can also be multi-object operation.
jjkl
- 用于光流场计算的小程序,可以用于单目标和多目标检测-for optical flow field of small procedures, can be used for single and multi-object detection
mfchittest
- opengl在mfc中的单文档多视图显示,适合初学者。可以实现旋转,平移和从不同坐标系观察。-opengl mfc in the multi-view single document, for beginners. Can be achieved as rotation, translation and from different coordinate system observation.
OpenGLSample多视图
- opengl,3d图形。单文档多文档多视图范例-opengl, 3d graphics. More single-file documents multi-view model
Models
- opengl 三维建模 MFC单文档多视图的框架开发 可以对其进行扩展-MFC Single Document opengl three-dimensional modeling framework for multi-view of its development can be extended
realtime_plot
- 多通道实时曲线程序,可以采集多路通道的数据,并按照不同的颜色绘制曲线,本程序才用单文档编写-MULTI CHANNLES REALTIME PLOT
allfns
- 是由牛津大学VGG开发的三维重建开发包,其代码包括特征提取,单应矩阵计算,二视几何算法,多视几何的算法,是学习三维重建理论的好东西-code for reconstruction。 developed by VGG oxford
EagleaMap_rar
- 基于MAPX的一个电子地图的实例,在单文档多视图下实现鹰眼视图的设计并已经调试通过,上传给大家参考。-Based on an electronic map MAPX example, in a single document under the multi-view design view Hawkeye and has debug through, upload for your reference.
BSpline
- 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view r
Shape
- 单文档应用程序,可以拖动鼠标画多个圆和矩形,并能把坐标存储起来。-Single-document application, you can drag the mouse to draw multiple circles and rectangles, and can coordinate stored.
VC-draw-toolbox
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
NanoTube
- 使用C++编程语言,开发了“单壁碳纳米管手性矢量识别系统”软件。软件处理结果显示:采用最大类间方差法二值化单壁碳纳米管STM图像,能够保留较多单壁碳纳米管的六边形拓扑结构信息;采用本文设计的射线探测加权法能够快速、准确的识别出六边形碳环的中心。-The processing result with the software indicated more topology structure information could be reserved, when maximal variance
VC图像处理典型算法及实现
- vc图像处理典型算法及实现,里边包含了多个经典算法,希望对大家有帮助(Typical algorithm for VC image processing and Realization)
opencv3之目标跟踪(单目标、多目标)
- 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails t
机器视觉
- 单目视觉从图像中求取物体长度;多目视觉求基础矩阵并画极线;摄像机标定(The length of the object is obtained from the image by monocular vision; the multiocular vision is used to find the basic matrix and draw the pole line; the camera calibration is calibrated.)