-
图形学_基本图形
适用于图形学学习,包含图形学基本的绘制画线、绘制三角形、绘制球形、绘制椭球等一系列的操作,有利于掌握C++语言和Opengl语言的学习
- 2022-06-15 21:02:54下载
- 积分:1
-
ObjectArx AcPi类应用.用于将DWG图打印成dwf,
ObjectArx AcPi类应用.用于将DWG图打印成dwf,-ObjectArx AcPi applications. Used to DWG map printed dwf,
- 2022-07-02 09:47:08下载
- 积分:1
-
right Window painting by the multilateral OK to add a small ray halo procedure,...
对窗体中所画的多边行添加晕线的小程序,在测量中可以用来制作特殊符号。-right Window painting by the multilateral OK to add a small ray halo procedure, the measurement can be used for the production of special symbols.
- 2022-01-26 02:37:09下载
- 积分:1
-
C#摄像头监控源代码
网上下的,功能强大,绝对能用。
C#摄像头监控源代码
网上下的,功能强大,绝对能用。-C# source code for web camera surveillance under the powerful, absolutely can be used.
- 2023-04-23 17:10:02下载
- 积分:1
-
压缩感知的OMP重构算法
基于OMP算法的图像融合,内附论文及程序图片
沙威的个人主页:
http://www.eee.hku.hk/~wsha/
沙威的资料下载地址:
http://www.eee.hku.hk/~wsha/Freecode/freecode.htm
CS_OMP的信号是一个向量;
Wavelet_OMP的信号是图像;
文章《Compressive_Sensing_沙威》是作者的一些见解。
- 2022-11-19 16:00:03下载
- 积分:1
-
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法...
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
- 2023-08-14 13:50:02下载
- 积分:1
-
hoschek 方法用于曲线拟合 在Hoschekfit 文件中输入数据,拟合曲线段数,拟合误差,最大迭代次数就可以...
hoschek 方法用于曲线拟合 在Hoschekfit 文件中输入数据,拟合曲线段数,拟合误差,最大迭代次数就可以-curve fitting method for the Hoschekfit document input data, the number of curve fitting, fitting error, the largest number of iteration can
- 2022-02-07 19:52:06下载
- 积分:1
-
matlab开发环境下的图像分割,效果好。分割快
matlab开发环境下的图像分割,效果好。分割快-Matlab development environment of image segmentation, good effect. Segmentation fast!
- 2023-06-24 08:05:03下载
- 积分:1
-
outlook风格的界面例子
outlook风格的界面例子-Outlook style interface example
- 2022-07-02 09:41:57下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1