搜索资源列表
Douglas.rar
- MFC程序,道格拉斯曲线压缩算法(Douglas-Pcucker),提供点数据,读取数据后绘制曲线,再进行压缩,显示压缩后的点,与原曲线进行对比,,Douglas-Pcucker Algorithm
VTK-MFC.rar
- 用VTK与VC++混合编程实现对人脑等值线的绘制,内含人脑数据,Use VTK with the VC++ mixed programming to realize the human brain contour drawing that contains the human brain data
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
wang-OpenGL-7
- 基于mfc的OpenGL应用。本程序是在mfc中用OpenGL画出一条曲线轨迹,轨迹点坐标来自串口数据。-The OpenGL-based mfc application. This program is a mfc using OpenGL to draw a curve of track, track point coordinate data from the serial port.
MFC-transfer-the-bmp-data
- 使用usb 传输一幅bmp像素数据,项目中用的,已经验证成功-使用usb 传输一幅bmp像素数据
opengl
- 利用Opengl设定MFC的视图环境,三维显示三维数据,处理大量点云数据的显示旋转、平移、缩放等-very good
123
- 实时数据绘制,比较简单的操作,实现串口数据曲线绘制-Real-time data mapping, a relatively simple operation, to achieve serial data curve drawing
DrawWave_SaveAsBmp
- MFC双缓冲绘图,正弦波移动,适合工控数据采集.-MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition.
3dsMFCRender
- 基于MFC的三维数据文件(3d MAX 或者CAD等导出)读取和渲染程序源代码.-Code for 3D data loading and display based on MFC.
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
DEM3D
- MFC 下实现DEM数据的三维显示,并可进行图像编辑-MFC DEM data to achieve three-dimensional display, the image can be edited
MyMFCPoint
- VTK+MFC单文档下读取点云数据,并且实现三维重建。是一个很不错的学习VTK的示例程序。-VTK+ MFC single document to read point cloud data, and the realization of three-dimensional reconstruction. Is a very good example of procedural learning VTK
用OPENGL+MFC编的三维地形
- 用OPENGL+MFC编的三维地形,可以构建TIN,旋转,平移,还加了纹理贴图,有数据。-OPENGL+ MFC series with three-dimensional terrain, you can build TIN, rotation, translation, has added texture, there are data.
drawcli
- 各种画图功能,很强大,基于VC++,MFC等,有利于C++,数据结构的学习-many good codes for photos
vc_chart
- 实时动态绘制曲线,MFC单文档文件,没有进行具体编辑数据信息,可自行完善-draw lines
PointCloudPro
- vtk+mfc读取点云数据,支持添加新的点云数据-vtk+ mfc reading point cloud data to support adding a new point cloud data
opencv 基于MFC对话框显示图像
- opencv 将opencv的图像数据显示在对话框的picture控件上!
MFC-OPENGL-data-drive
- 用VC++6.0编写,嵌入MFC中的OPENGL程序,一个飞机模型通过串口接收数据,飞机可以向任意方向飞行。-Written by VC++6.0 embedded in MFC OPENGL procedures, an aircraft model to receive data through the serial port, the aircraft can fly in any direction.
SplineInterpolation-in-mfc
- 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
Bresenhams-Algorithm-in-MFC
- 用Bresenham算法实现画线和画圆,基于microsoft MFC模式,输入相应的数据,程序画出该直线-Draw Lines or circle using Bresenham Algorithm