-
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高...
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高-its own development, filled polygon scan line algorithm, using rubber-band model to determine polygon outline, debugger, this code efficiency
- 2022-03-22 00:23:45下载
- 积分:1
-
手机图片绘图程序java实现
手机图片绘图程序java实现-phone Photo Mapping procedures to achieve java
- 2023-01-06 15:15:03下载
- 积分:1
-
Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a st...
2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
- 2022-12-12 07:30:03下载
- 积分:1
-
640* 480* 256 graphics package FO
-640*480*256绘图程序包源码--640* 480* 256 graphics package FO
- 2022-09-28 14:55:04下载
- 积分:1
-
面型编辑工具,组态软件中常常用到库浏览的功能,这个工具就是用来做图形库的...
面型编辑工具,组态软件中常常用到库浏览的功能,这个工具就是用来做图形库的-face editing tools, configuration software is often used for access to the functions of this tool is used for graphics library
- 2022-10-01 03:30:03下载
- 积分:1
-
画图本代码
用C#.NET写的程序,欢迎下载学习
画图本代码
用C#.NET写的程序,欢迎下载学习-drawing the code in C#.NET written procedures, welcomed the study and download
- 2022-01-25 21:49:56下载
- 积分:1
-
1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。
2. Ex...
1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。
2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。
关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。
-ExImage Image processing toolkit
- 2022-05-10 17:44:59下载
- 积分:1
-
2,005 pictures they used Photoshop to do, for your reference!
2005年画,自己用PHOTOSHOP做的,可以给大家参考!-2,005 pictures they used Photoshop to do, for your reference!
- 2022-02-21 02:25:53下载
- 积分:1
-
c++ Builder6环境下图象绘制和打印
c++ Builder6环境下图象绘制和打印-c Builder6 environment mapping and Print Image
- 2023-01-08 06:40:03下载
- 积分: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