-
本程序介绍了如何使用vc++对人脸进行三维建模等
本程序介绍了如何使用vc++对人脸进行三维建模等-This procedure describes how to use the vc++ To face three-dimensional modeling
- 2022-01-28 15:13:22下载
- 积分:1
-
小球作抛物运动的模拟
小球作抛物运动的模拟-ball for parabolic movement simulation
- 2023-04-10 12:00:03下载
- 积分:1
-
UARPT的一个编程实例,实现串口通信。针对DSP编程
UARPT的一个编程实例,实现串口通信。针对DSP编程
-UARPT instance of a program to achieve serial communication. Programming for DSP
- 2022-03-25 08:44:13下载
- 积分:1
-
VisualC++ a powerful digital image processing, including geometric transformatio...
一个强大的VisualC++数字图像处理,包括几何变换,点运算,图解增强(图解平滑,中值滤波)边缘检测,阈值分析等-VisualC++ a powerful digital image processing, including geometric transformations, point operations, graphical enhancements (graphical smoothing, median filtering) edge detection, threshold analysis, etc.
- 2022-07-17 14:35:32下载
- 积分:1
-
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。...
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。-abroad for a STEREO of source code, written in C, use 3D visual and three-dimensional reconstruction workers.
- 2022-11-05 05:05:02下载
- 积分:1
-
基本的图像处理
basic image prossesing
- 2022-07-14 07:18:44下载
- 积分:1
-
大地坐标转换经纬度源码,该源码对搞测绘或地质或GIS、GPS很重要。...
大地坐标转换经纬度源码,该源码对搞测绘或地质或GIS、GPS很重要。-converting latitude and longitude coordinates of the earth source, the source or engage in geological mapping or GIS, GPS is very important.
- 2023-05-10 22:35:03下载
- 积分:1
-
用增量算法生成凸壳
用增量算法生成凸壳-generate incremental algorithm using convex hull
- 2022-02-06 10:39:29下载
- 积分:1
-
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。...
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。-Optimal segmentation, seeking the optimal image segmentation when the calculations. Input array a for the image gray value, from small to large input array 2 as corresponding to the number of gray values.
- 2022-02-14 04:43:13下载
- 积分:1
-
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildVie...
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildView() 析构函数
BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射
BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数
BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻译消息
int CChildView::OnCreate( LPCREATESTRUCT lpCreateStruct ) 窗口创建好后进入此函数 完成openGL的初始化
void CChildView::OnSize( UINT nType, int cx, int cy ) 当窗口大小发生改变时重新设置OPenGL的视口参数。
void CChildView::OnDestroy() 销毁窗口 -It is written in MFC to use openGL viewport code. CChildView:: CChildView () constructor CChildView:: ~ CChildView () destructor BEGIN_MESSAGE_MAP (CChildView, CWnd) message map BOOL CChildView:: PreCreateWindow (CREATESTRUCT & cs) to create a window to reset the window parameters BOOL CChildView:: PreTranslateMessage (MSG* pMsg ) translation of the message int CChildView:: OnCreate (LPCREATESTRUCT lpCreateStruct) window is created and entered this function to complete openGL initialization void CChildView:: OnSize (UINT nType, int
- 2022-03-16 00:49:44下载
- 积分:1