-
generalrect是一个C++库的全部源代码对任何整改…
GeneralRect is a C++ library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined. -GeneralRect is a C++ Library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined.
- 2022-01-26 06:36:39下载
- 积分:1
-
该函数实现了用最大方差法来计算出分割阈值
该函数实现了用最大方差法来计算出分割阈值-To achieve maximum variance method to calculate the threshold segmentation
- 2022-02-10 15:58:42下载
- 积分:1
-
3D three
3D三维立体变形C语言开发程序 C源程序-3D three-dimensional deformation of C language development program C source code
- 2023-04-29 16:35:03下载
- 积分:1
-
图象多分扁率分析一
图象多分扁率分析一-Multi-image analysis of a flat rate
- 2022-03-17 19:11:23下载
- 积分:1
-
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。...
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the validation phase papers laboratory use, hope for beginners and the majority of in-school help.
- 2022-03-31 10:29:13下载
- 积分:1
-
最基本的图形软件包
最基本的图形软件包-basic graphics package
- 2022-03-21 02:02:19下载
- 积分:1
-
用双缓冲实现无闪烁动画
用双缓冲实现无闪烁动画-achieve double-Flicker-free buffer animation
- 2022-06-29 18:55:29下载
- 积分:1
-
一种新的小目标检测方法
A novel approach to the detection of small objects
- 2022-03-22 03:22:24下载
- 积分:1
-
DAA line drawing law dotted lines painted line
DAA画线法
中点画线
等
画直线-DAA line drawing law dotted lines painted line
- 2022-06-19 03:14:17下载
- 积分: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