-
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
-
计算机视觉应用与 C#
从第二部分,本文介绍了一种跟踪算法。本文第二部分的质心跟踪不是实际上是一种跟踪算法而花哨的把戏。"追踪器"一直做的事情是找到的 backprojected 图像质心和放一个定界框周围 — — 这不跟踪的定义。所以本文介绍了一种非常有名的跟踪算法称为均值漂移跟踪的计算机视觉社区。这篇文章基于一系列的研究论文由 Comaniciu Et al.[1] [2] [3]。
- 2022-06-16 01:28:16下载
- 积分:1
-
这个程序
此程序的主要功能是3ds文件的导入,在VC 环境下读取3ds模型-This program
- 2023-01-12 06:10:03下载
- 积分:1
-
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!...
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
- 2022-01-25 22:12:33下载
- 积分:1
-
Similar to Windows drawing program
类似windows的绘图程序,可以很好的在c#环境下得到满意效果-Similar to Windows drawing program
- 2022-01-26 04:34:46下载
- 积分:1
-
三维矩阵小球,当点击其中一个小球时,这个小球会自动旋转到最前方....
三维矩阵小球,当点击其中一个小球时,这个小球会自动旋转到最前方.-Three-dimensional matrix of small ball, when click on a small ball, the ball will automatically rotate to the front.
- 2022-01-27 13:01:35下载
- 积分:1
-
一个动画源代码,可以通过调节X、Y轴速度
一个动画源代码,可以通过调节X、Y轴速度-an animation source code can be adjusted by X, Y-axis velocity
- 2022-01-26 01:57:29下载
- 积分:1
-
surface polygonization program
surface polygonization program
- 2023-06-18 10:50:04下载
- 积分:1
-
图象平滑的原代码
图象平滑的原代码-image smoothing the original code
- 2022-02-01 00:48:23下载
- 积分:1
-
common digital image processing
普通数字图像处理
- 2022-03-01 14:23:34下载
- 积分:1