V
主页
看似简单的复杂问题,奇怪而优雅的解决方式(GJK算法) | Reducible
发布人
https://www.youtube.com/watch?v=ajv46BSqcK4&t=1674s 如何根据图像判断两个物体是否碰撞(即图形发生重叠)?这个问题人类可以轻易地作出判断,计算机却需要一些非直觉的手段。 转载自youtube,链接在开头 部分原介绍: In 1988, three engineers came together and developed one of the most clever solutions to the problem of detecting when two complex objects collide. Their solution, the Gilbert Johnson Keerthi (GJK) algorithm, named after the authors, made an incredible impact in the fields of robotics, control, and computer graphics. This video is about understanding this ingenious algorithm from first principles. The video covers a broad range of topics from Minkowski sums and differences to support functions to the full implementation of the 2D GJK algorithm. But what I hope you get out of this is an appreciation of the incredible shifts in perspective that lead to the final algorithm. Coming up with the algorithm is an amazing feat and useful for specific applications, but the overarching problem solving techniques that come through in the journey to the solution is truly invaluable. Support: https://www.patreon.com/reducible Twitter: https://twitter.com/Reducible20
打开封面
下载高清视频
观看高清视频
视频下载器
快速傅里叶变换(FFT)feat.多项式乘法 | Reducible
有个说法:“「递归」是检验编程天赋的试金石”;而本视频打破天赋壁垒,助你快速掌握递归。
从马尔可夫链的稳态分布到PageRank | Reducible
用越来越多的 SPP 渲染一个皇冠
我教你编程,不是让你成为下一个数学天才啊
斯坦福大学《算法博弈论|Stanford Algorithmic Game Theory CS364A, Fall 2013》中英字幕(deepseek)
5 Simple Steps for Solving Dynamic Programming Problems | Reducible
这些压缩算法可以将我们的图像文件大小减半
瞧瞧别人家的Controller,那叫一个优雅!
😭求你们别再问我吃这东西能不能做春梦了
免费分享,逆变器技术设计文档、LVRT技术文档、软件开发逆变器算法文档
误差做到了0.03cm,PID算法牛逼,比赛方案可私,无底层加密
L2-49 贪心算法(一)
Meta 革新布料渲染技术- 极致呈现布料细节
他曾经也是做游戏的,现在……
MotionCLR:无需训练的交互式动作编辑技术
100行C++实现旋转正方体,但是控制台
算法解析喂饭教程(一) 大名鼎鼎的A星寻路
Mesh Shading Pipeline
一个送分题搞出的教学事故
直接使用git pull拉代码,被同事狠狠diss了!
国王游戏,状态压缩 DP,位运算的极致应用。洛谷 P1896 互不侵犯
从零开始刷力扣学C++——第三题:无重复字符的最长子串
小论文完整写作过程
AI能捉住隐身的我吗??
【FPGA毕业设计】基于FPGA的图像去雾算法
[计算机图形] 球体表面凹凸渲染
1.矩阵找法
在computer还不是计算机的时候
三行代码实现天空盒采样 Unity URP
摄影的尽头是什么?是光学还是算法?
为什么计算机竞赛并不拼智商?如何从零准备信息学竞赛、奥林匹克竞赛、USACO、ACM-ICPC、IOI
没必要为你算法竞赛很厉害的同学而感到焦虑
谷歌程序员能通过我的面试吗?
有多期待,在那一刻就有多激动
数值检验哥德巴赫猜想到一亿
今天的手机放到20年前就是世界上最快的超级计算机
【玉兔|图形学与游戏开发】游戏引擎中的3D物体渲染排序原理
算法
遗传算法python代码优化算法应用讲解 不明白遗传算法怎么用?看这里