-
这个程序是对汉诺塔的直观演示,可以通过键盘的方向键来控制塔子的移动和确定,在c环境下编译无误,很不错的!...
这个程序是对汉诺塔的直观演示,可以通过键盘的方向键来控制塔子的移动和确定,在c环境下编译无误,很不错的!-this procedure is to HANOR visual demonstration through the keyboard keys to the control tower-Mobile and decided that the environment c compiler correct, very good!
- 2022-10-10 13:40:03下载
- 积分:1
-
正交变换API函数库
正交变换API函数库-orthogonal transformation API Functions
- 2022-03-11 20:50:09下载
- 积分:1
-
针对平行结构立体摄像机存在较大的遮挡边界区域问题,本文提出了一种基于可信图的遮挡
边界检测算法.首先通过采样计算立体图像对中几条扫描线的可信值,从而得到遮挡...
针对平行结构立体摄像机存在较大的遮挡边界区域问题,本文提出了一种基于可信图的遮挡
边界检测算法.首先通过采样计算立体图像对中几条扫描线的可信值,从而得到遮挡边界的若干采
样点;然后通过RANSAC算法得到遮挡边界.理论和实验分析表明该算法对复杂背景的立体图像有好
的检测精度;对人肩像等简单背景图像的检测精度不好,但通过校正后仍可得到较准确的遮挡边界.-Aimed at the existence of large occluded regions in stereo image pairs obtained from
stereo camera pairs,an algorithm which can detect occluded boundary areas based on reliability map
is proposed.Firstly,a number of sampled occluded boundary points are obtained by calculating
reliability of the disparity on the corresponding sampled scan lines;secondly,the boundary line is
calculated by RANSAC method.Theoretical and experimental analyses show that the proposed
algorithm gives good boundary detection accuracies for stereo images with complex backgrounds.
But for stereo images with homogenous background,results are not good,however the algorithm can
also give relatively good accuracies after certain correction.
- 2022-04-01 13:25:43下载
- 积分:1
-
基于bp神经网络的数字识别程序,练习时候编写着玩的,大家在网上肯定没有见过...
基于bp神经网络的数字识别程序,练习时候编写着玩的,大家在网上肯定没有见过-A number recognition procudure base on bg NN ,writed on practice , first apperd on web
- 2022-03-09 21:20:44下载
- 积分:1
-
[编程语言] ie3,IE4,Internet Explorer 5、NS3、NS4基因[描述]……
[程序语言] IE3, IE4, IE5, NS3, NS4+
[功能描述]
生成和解决迷宫问题的Java小程序,可以在支持java的浏览器中运行。迷宫以三维形式显示在窗口中。
你可以按下相应的按钮,“New”生成一个新的迷宫,“Solve”按钮用于显示求解一个迷宫问题的路径,“Clear”按钮清除解决迷宫问题的路径。
一旦生成迷宫后,你也可以自己用手工来求解它的路径,你可以使用四个箭头键来画出其路径。
对于每个迷宫问题来说,仅仅提供一种方案。-[programming language] IE3, IE4, Internet Explorer 5, NS3, NS4 [Description] generation and solve the maze of Java programs can support java browsers running. 3D maze to demonstrate the window. You can press the corresponding button, the "New" to create a new maze, "Solve" button for solving a maze shows the path, "Clear" button to remove solve problems in the maze. Once generated maze, you can get a hand to solve its path, you can use the four arrow keys to paint their path. For each maze issue, the mere provision of a program.
- 2022-07-19 05:50:41下载
- 积分:1
-
从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件...
从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件-Read character from character file to named array,and the array can be used in recognising and operating files which include characters.
- 2023-08-10 01:00:05下载
- 积分:1
-
是用TC编写的一个关于图形剪裁方面的程序。值得下载。
是用TC编写的一个关于图形剪裁方面的程序。值得下载。-was prepared by a TC graphics tailoring of the process. Worth the download.
- 2022-02-25 10:49:42下载
- 积分:1
-
图像自动分割源码
图像自动分割源码-automatic image segmentation FOSS
- 2022-03-24 06:31:41下载
- 积分:1
-
Digital image processing a simple example, a simple seal generation software.
数字图像处理的一个简单示例,一个简单的印章生成软件。-Digital image processing a simple example, a simple seal generation software.
- 2022-10-16 13:05: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