-
我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩...
我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a certain method of generating algorithm round. Achieving rubber-band linear, circular and rectangular. Achieving polygon clipping. To achieve basic geometry transformation (translation, rotation, zoom). Achieving Bezier curve or B-spline curves. The final results show is a small interactive graphics system, with all the functional interface to link up.
- 2022-08-05 17:18:32下载
- 积分:1
-
这时一个形状各不相同的窗体程序,例子给出了多种形状的窗体。...
这时一个形状各不相同的窗体程序,例子给出了多种形状的窗体。-Shape when a different form procedures, examples are given a variety of shapes form.
- 2022-08-19 08:36:37下载
- 积分:1
-
c + + opencv 深度,RGB,anny
c + + opencv 深度,RGB,anny
- 2022-03-23 07:03:36下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1
-
实现了图像识别的matlab程序,可以直接使用,里面有例子,适合新手学习...
实现了图像识别的matlab程序,可以直接使用,里面有例子,适合新手学习-To achieve the image recognition matlab program can be used directly, which there are examples, suitable for novice to learn
- 2022-05-04 23:52:51下载
- 积分:1
-
图像加密,循环变换后恢复
图像加密,循环变换后恢复-Image encryption
- 2022-03-22 16:10:13下载
- 积分:1
-
实时曲线绘制的类clPlot,在vc环境下实现曲线图形,vc++以曲线形式实时动态显示数据的控件。...
实时曲线绘制的类clPlot,在vc环境下实现曲线图形,vc++以曲线形式实时动态显示数据的控件。-Class clPlot, vc environment under curve vc in the form of real-time dynamic curves show the data control.
- 2023-02-05 14:40:04下载
- 积分:1
-
三角函数曲线 图形的叠加 双y轴图形的绘制
图形标注
三角函数曲线 图形的叠加 双y轴图形的绘制
图形标注 -Trigonometric function curve of the superimposed graphics double y-axis label graphics rendering graphics
- 2022-03-13 06:56:53下载
- 积分:1
-
图象的检测,模板匹配
图象的检测,模板匹配-Image detection, template matching
- 2022-04-07 22:02:37下载
- 积分:1
-
And jitter to achieve patterning technology, and bmp2txt command
实现图案化和抖动技术,以及bmp2txt
命令行编译过程如下
vcvars32
rc bmp.rc
cl dither.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c: est.bmp必须存在-And jitter to achieve patterning technology, and bmp2txt command-line compiler as follows vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp must exist
- 2022-11-10 12:05:04下载
- 积分:1