-
Moth用于从各种数据源中创建2D图形。第一个版本可以读取文本文件、rrd文件和MySQL数据库,可以输出jpeg 和png图像...
Moth用于从各种数据源中创建2D图形。第一个版本可以读取文本文件、rrd文件和MySQL数据库,可以输出jpeg 和png图像-Woolf used data from a variety of sources to create 2D graphics. A first version can read text files, documents and rrd-users-request@list.ee.ethz.ch MySQL database, and can output jpeg images png
- 2022-03-20 07:53:56下载
- 积分:1
-
绘图
实现绘图功能,包括线 型,线宽,以及线的颜色,同时绘制点,直线,矩形,椭圆,圆,多边形等各个图形。
- 2023-07-07 20:00:11下载
- 积分:1
-
on graphics programming curves and surfaces (source)
关于图形中曲线曲面编程(源程序)-on graphics programming curves and surfaces (source)
- 2022-01-22 03:00:42下载
- 积分:1
-
这是一个坐标转换的程序代码,根据图象的经纬度来进行转化
这是一个坐标转换的程序代码,根据图象的经纬度来进行转化-This is a coordinate transformation of program code, according to the latitude and longitude to image conversion
- 2022-07-04 09:33:18下载
- 积分:1
-
Matlab实现的图像匹配,里面还有实验图片
Matlab实现的图像匹配,里面还有实验图片-Matlab to achieve the image matching, there is also experimental picture
- 2023-07-27 00:00:03下载
- 积分:1
-
图像处理基础算法源代码
图像处理基础算法,其中包括:中值滤波、直方图均衡化、阀值变换、梯度锐化、高斯平滑、灰度均衡、巴普拉斯锐化、对比度拉伸、傅里叶变换、均值滤波、图像旋转、图像细化、图像平移、hough变换等
- 2023-07-08 22:50:03下载
- 积分:1
-
用C++编写的一个2D足球演示程序,将人工智能加入到游戏中,制作出了一个生动而又功能全面的足球游戏。...
用C++编写的一个2D足球演示程序,将人工智能加入到游戏中,制作出了一个生动而又功能全面的足球游戏。-With C++ Prepared a 2D soccer demo program will be added to the game of artificial intelligence, to produce a vivid and full-featured game of football.
- 2022-08-19 09:00:24下载
- 积分:1
-
人脸检测的样品
FaceDetection Sample
- 2022-02-02 13:50:02下载
- 积分: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
-
hough检测opencv源码
基于opencv的Hough直线提取的源代码,可实现多种格式图像的Hough算法直线提取操作。软件:Visual Stdio 2010结合opencv1.0实现。
- 2022-08-05 21:16:19下载
- 积分:1