-
template! No source code
我只有模板啦!没有源代码-template! No source code
- 2023-09-03 20:15:04下载
- 积分:1
-
这份代码经源码格式软件格式化过
这份代码经源码格式软件格式化过-this format source code by formatting software too
- 2023-03-09 12:30:03下载
- 积分:1
-
round
这是一个里用计算机图形学画圆的C语言算法,-round
- 2023-01-23 01:50:04下载
- 积分:1
-
opening NVIDIA "SLI" Debugging and simple demonstration program source...
启用NVIDIA显卡“SLI技术”的调试和简单演示程序源代码。-opening NVIDIA "SLI" Debugging and simple demonstration program source code.
- 2022-07-14 16:10:29下载
- 积分:1
-
对任意多边形进行切割,求其相交部分,相交部分用红色线段标出。...
对任意多边形进行切割,求其相交部分,相交部分用红色线段标出。-draw two polygon and then they can cut each other.The color of intersected parts are red.
- 2023-05-05 13:40:04下载
- 积分:1
-
通过WECAM颜色检测
colour detection by wecam-color detection by wecam
- 2022-01-26 08:33:20下载
- 积分:1
-
这是基于图像处理,用MATLAB编程,对指定的图像用不同的算子进行边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像用不同的算子进行边缘提取的程序-This is based on image processing, using MATLAB programming, the image of the designated operator to use different procedures for edge detection
- 2022-02-10 16:39:18下载
- 积分:1
-
vc编的图形学里的zbuffer算法,可以参考下做法
vc编的图形学里的zbuffer算法,可以参考下做法-vc-series graphics zbuffer in the algorithm, can refer to practices under
- 2022-05-26 10:47:00下载
- 积分:1
-
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材...
《Vis u a l C+ + 面向对象与可视化程序设计》――清华大学计算机基础教育课程系列教材- Vis ual C++ Object-oriented programming and visualization - Tsinghua University Computer Basic Education Curriculum textbook series
- 2022-03-24 01:55:22下载
- 积分: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