-
c#画图软件。绘制简单图形,包括直线,圆等。使用简便。
c#画图软件。绘制简单图形,包括直线,圆等。使用简便。-drawing software. Simple graphics rendering, including linear, circular, etc.. Easy to use.
- 2023-03-06 11:50:03下载
- 积分:1
-
vc开发的二维图形绘制
vc开发的二维图形绘制-vc development of the two-dimensional graphics rendering
- 2022-01-25 17:07:10下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1
-
A good drawing software, can be a collection of painting a variety of standard g...
一款优秀的画图软件,可以画各种标准的集合图形,包括颜色的选择等等。-A good drawing software, can be a collection of painting a variety of standard graphics, including color choices and so on.
- 2022-02-07 16:46:56下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
用c语言实现的画一个旋转的椭圆球体 的程序,用到大量数学操作...
用c语言实现的画一个旋转的椭圆球体 的程序,用到大量数学操作-with C Language painting an oval ball rotation procedures used in a large number of mathematical operations
- 2022-05-25 11:30:48下载
- 积分:1
-
This library implements the KLT Tracking algorithm [2004] for Feature Tracking i...
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
- 2023-06-29 20:25:03下载
- 积分:1
-
椭圆的中点画法(计算机图形学)
椭圆的中点画法(计算机图形学)-elliptical were dotted (computer graphics)
- 2022-05-06 18:23:56下载
- 积分:1
-
边缘检测的程序源代码,图像图形处理的初步阶段,可以很好的检测出图像的边缘...
边缘检测的程序源代码,图像图形处理的初步阶段,可以很好的检测出图像的边缘-Edge detection program source code, image and graphics processing of the initial stage, would be a very good image edge detection
- 2022-05-05 02:54:25下载
- 积分:1
-
C++ 2005 drawer
C++ 2005抽屉
- 2023-04-09 19:05:05下载
- 积分:1