利用追踪算法标注数据的工具,安装需要matlab依赖,安装时会提示。
2021-10-16 19:11:32 34.89MB 数据标注工具 追踪算法 自动标注
1
Path tracing is one of several techniques to render photorealistic im- ages by simulating the physics of light propagation within a scene. The roots of path tracing are outside of computer graphics, in the Monte Carlo simulations developed for neutron transport. A great strength of path tracing is that it is conceptually, mathematically, and often-times algorithmically simple and elegant, yet it is very general. Until recently, however, brute-force path tracing techniques were simply too noisy and slow to be practical for movie production rendering. They therefore re- ceived little usage outside of academia, except perhaps to generate an occasional reference image to validate the correctness of other (faster but less general) rendering algorithms. The last ten years have seen a dramatic shift in this balance, and path tracing techniques are now widely used. This shift was partially fueled by steadily increasing com- putational power and memory, but also by significant improvements in sampling, rendering, and denoising techniques. In this survey, we pro- vide an overview of path tracing and highlight important milestones in its development that have led to it becoming the preferred movie rendering technique today.
2021-10-08 20:09:41 22.78MB 图形学 路径追踪
1
一种利用MATLAB实现的射线追踪算法,估计各种无线系统参数。
基于GPU加速的磁共振血管造影图像的并行分割与追踪算法.pdf
2021-09-25 19:03:46 850KB GPU 处理器 数据处理 参考文献
正交匹配追踪算法(OMP)是一种贪婪的压缩感知恢复算法,它在每次迭代中选择感知矩阵的最佳拟合列。 然后在由所有先前选择的列跨越的子空间中执行最小二乘 (LS) 优化。 这种方法不如 Basis 追踪算法准确,但计算复杂度较低。 Matlab 函数具有三个输入:稀疏度 K、测量向量 y 和传感矩阵 A。该函数的输出是恢复的稀疏向量 x。
2021-09-16 20:03:16 1KB matlab
1
针对电能质量中的复合扰动信号分析问题,提出一种粒子群优化(PSO)和匹配追踪(MP)算法相结合的分层搜索的原子分解方法。首先应用MP算法提取基波分量,对于去除基波分量的残差信号,利用快速傅里叶变换找寻能量最大的频率成分,采用PSO算法粗搜索出最佳匹配粒子,然后以最佳匹配粒子为中心,在一定范围内重新离散化,生成小规模原子库,再应用MP算法有针对性地进行细搜索,最终得到最佳匹配原子,提取出电能质量复合扰动特征参数。仿真结果表明,该方法能克服MP算法匹配时间长、计算量大及PSO优化MP算法残差积累过大、容易陷入局部最优、匹配参数不准确等缺点,且具有一定的抗噪性和实时性。
1
这是一篇描述机动目标追踪(alpha-beta算法)的论文,有些参考价值
2021-08-22 09:12:36 130KB 滤波 雷达 pdf
1
https://editor.csdn.net/md?articleId=115178078
2021-08-17 22:08:49 50KB 地图匹配
1
该程序为本人所发表论文的基础程序,实测可用,目前已利用该程序发表多篇SCI论文。不明之处,欢迎留言,相互沟通。
1
matlab车辆路径代码纯追踪算法 介绍 该存储库是用于控制FRC机器人的自适应纯追踪算法的处理实现。 控件和功能 该程序提供以下功能: 左键单击显示从光标到最近路径段的前行。 右键单击可创建路径的新点。 r重置模拟。 n创建一个新的路径跟随器,可通过按f来移动它。 +增加前瞻距离。 -缩短前瞻距离。 资源 -该项目实施中使用的主要资源。 -关于纯追踪控制器的有用的MathWorks文章。 -控制器的实际实现。 -此项目中使用的图形库。
2021-07-27 10:06:47 6KB 系统开源
1