-
用SDK写的画图软件.可画线,方,圆.点.等
用SDK写的画图软件.可画线,方,圆.点.等-using the SDK to write drawing software. Can painting lines, side and round. Point. So. .
- 2022-11-13 01:30:03下载
- 积分: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
-
dialogue basket procedures for the import dxf, can have multiple output formats
对话筐程序,用于dxf导入,可以有多种格式输出-dialogue basket procedures for the import dxf, can have multiple output formats
- 2022-09-01 09:35:02下载
- 积分:1
-
这是GPS车辆监控调度系统的部分源码及资料
这是GPS车辆监控调度系统的部分源码及资料-This is the GPS vehicle monitoring and dispatching system parts and information source
- 2023-01-13 10:05:04下载
- 积分:1
-
c语言绘图程序 输入参数即可花图形(直线圆)
c语言绘图程序 输入参数即可花图形(直线圆)-mapping procedures input parameters can be spent graphics (line Yuan)
- 2022-01-25 22:41:34下载
- 积分:1
-
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面...
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面-Matlab draw a Smith plans to compare ease of use. It is a pity that did not make the interface
- 2022-11-17 08:00:04下载
- 积分:1
-
No graphics library function like windows drawing program to do this is the rece...
不用图形库函数的仿windows画图程序
这是最近做的计算机图形学实验,其界面是一个仿Windows下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论。
-No graphics library function like windows drawing program to do this is the recent experiment of computer graphics, the interface is an imitation of the window under the Windows interface, the program has better interactivity. All graphics functions are not used C language graphics library built-in function, written by direct write screen functions are achieved, the majority of simulation graphics library function function. However, some did not write, such as the preservation of graphical block getimage () function and so on. Due to the limited level, there are some features did not realize, such as saved or opened that BMP pictures. With time, etc. later. What algorithm is written in the scrawl, are casual, welcome expert guidance, I hope with the
- 2022-09-09 18:05:02下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
Image processing algorithms available
图像处理的各种算法 应有尽有 非常适合初学者学习-Image processing algorithms available
- 2023-07-29 06:05:06下载
- 积分:1
-
IDL可视化分析与应用(随书程序),idl visualization program
IDL可视化分析与应用(随书程序),idl visualization program-IDL visualization analysis and application (with the book procedures), idl visualization program
- 2022-08-26 11:59:01下载
- 积分:1