-
KNN近邻,欧氏距离和曼哈顿距离可以选择
knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
- 2022-06-21 19:36:21下载
- 积分:1
-
一个自己写的简单光线投射法的体绘制算法,内部包含人头骨的数据文件,简单易懂...
一个自己写的简单光线投射法的体绘制算法,内部包含人头骨的数据文件,简单易懂-himself wrote a simple ray casting method of volume rendering algorithms, the internal human skull contains the data files, simple and understandable. .
- 2022-03-25 08:42:28下载
- 积分:1
-
压缩图像数据后的解压缩并显示的程序,自己编的,厉害吧
压缩图像数据后的解压缩并显示的程序,自己编的,厉害吧-compressed image data after the decompression and display procedures, their own series, it formidable
- 2022-07-07 05:59:28下载
- 积分:1
-
koch分形 这是直线的koch分形代码 现欲求三角形的雪花源代码
koch分形 这是直线的koch分形代码 现欲求三角形的雪花源代码-koch
- 2023-06-20 03:45:03下载
- 积分: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
-
的视觉分析系统的运动遵守以下的一般过程…
人运动的视觉分析系统一般遵从下述的处理过程:1)运动检测;2)运动目标分类;3)人的跟踪;4)行为理解与描述。这几篇文章将重点从此四个方面回顾人运动分析的目前发展水平和常用的处理方法,并对研究难点及未来的发展趋势作了较为详细的分析。-Movement of the visual analysis system to comply with the following general process: 1) Motion Detection 2) moving target classification 3) human tracking 4) acts of understanding and description. This articles will focus on four areas from the movement to recall the analysis of the current level of development and commonly used treatment methods, and research challenges and future development trend of a more detailed analysis.
- 2022-12-01 02:20:03下载
- 积分:1
-
二维码识别免费
二维码识别源代码,废了好长时间得到 的东西,分项给你加二维码识别源代码,废了好长时间得到 的东西,分项给你加二维码识别源代码,废了好长时间得到 的东西,分项给你加
- 2023-05-13 18:20:02下载
- 积分:1
-
delphiX的代码,以及他的示例程序,,,是delphi的一个游戏插件
delphiX的代码,以及他的示例程序,,,是delphi的一个游戏插件-delphiX code, and examples of his procedures, is a game of delphi plugins
- 2022-02-26 05:36:50下载
- 积分:1
-
C++实现利用表盘来显示时间。设计思想:将系统时间通过极坐标转换为坐标,然后作直线,即表针。...
C++实现利用表盘来显示时间。设计思想:将系统时间通过极坐标转换为坐标,然后作直线,即表针。-C system to use the dial to show time. Design thinking : the system by the time of the polar coordinate conversion, and then straight for that hand.
- 2023-02-18 17:40:03下载
- 积分:1
-
阐述光线跟踪算法的数据结构
阐述光线跟踪算法的数据结构 -Ray-tracing algorithm on the data structure
- 2022-04-10 17:44:43下载
- 积分:1