Algorithms in C++, 1 - 4
2019-12-21 19:42:55 5.84MB Algorithms in C++ 1
1
书籍,介绍wfst在语音识别中的应用教程。讲得十分详细,值得一读。
2019-12-21 19:42:16 1.33MB wfst
1
我关注了这个系列的书有一段时间了,本来是不想买这本书的,动画相关的部分目前对我来说没用。但是,前一段时间我们的项目需要做到活动的人体与衣服做碰撞,模拟组调研了一些资料,如实时体素化之类的,但是貌似开销很大,我这段时间想弄明白跟人体动画相关的知识,看看这个部分大致有哪些基础工作和难点,就弄了一本。   入门的好书,覆盖了动画效果中的大部分内容。插值计算部分还是有一些深度的,这部分要求还记得微积分和数值计算;也讲明了前向动力学、逆向动力学各自的优劣;隐式方程与level set,这部分在实时布料模拟方面也有应用;流体模拟方面讲解的不是很深入,而这方面更多是模拟方向,而且可以做的很深入,基本上不算动画了;关于动作捕获技术,这部分本应该是重点的,但是,本书只讲了传统的CV 实现技术,个人基本上使用不了,而没有提到最新的传感器fusion技术,深度摄像头技术,像Noitom 的高 性价比动作捕捉设备,Kinect /Xtion Pro 通过简单的算法直接获取简单的骨骼信息,这些都是可以个人实现的。12年出版的书,还是有点落后了。总体来说,还是入门时必备。希望作者尽快更新。   我现在依然在学习渲染和 物理引擎,等这两个主要部分学习完成了,就可以在整个系统中加入人物,动画效果。还是挺爽的。最近想到了在VR游戏中,动画部分还是很有用处的。以前在表现效果较好的端游中,人物的动作还是没有达到令人舒服的连贯与流畅,在VR游戏中,两个虚拟的人彼此可见,动作效果不好会很容易观察出来的。所以,这一块儿还是需要做一些工作的。 --------------------- 作者:knowthyselfcn 来源:CSDN 原文:https://blog.csdn.net/cloudqiu/article/details/54969965 版权声明:本文为博主原创文章,转载请附上博文链接!
2019-12-21 19:42:08 14.82MB 计算机动画
1
Dan Gusfield的字符串处理的经典书籍Algorithms on Strings, Trees and Sequences,完整版,550页。pdf版本
2019-12-21 19:41:12 4.07MB Algorithms
1
《Computational Geometry - Algorithms and Applications》第三版,2008年出版,pdf格式
2019-12-21 19:40:31 3.23MB Computational Geometry Algorithms
1
Algorithms.in.C++.Part.5.Graph.Algorithms
2019-12-21 19:40:18 10.87MB 算法 C++
1
synthetic aperture radar signal processing with matlab algorithms一本经典的SAR外文资料,希望对大家有帮助
2019-12-21 19:38:47 33.12MB sar 合成孔径
1
Robert Sedgewick has thoroughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of important algorithms and data structures. Christopher Van Wyk and Sedgewick have developed new C implementations that both express the methods in a concise and direct manner, and also provide programmers with the practical means to test them on real applications.Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers This particular book, Parts 1n4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. Although the substance of the book applies to programming in any language, the implementations by Van Wyk and Sedgewick also exploit the natural match between C classes and ADT implementations.
2019-12-21 19:36:52 11.45MB 算法竞赛
1
Operations Research: Applications and Algorithms 4th Publisher: Duxbury Press; 4 edition (July 25, 2003) Language: English Operations_research_4th_Wayne_L_Winston_Jeffrey_B_Goldberg
2019-12-21 19:33:47 8.67MB 运筹学
1
this packet codes are about primal dual algorithms for image processing such as image denoising based on ROF model and TV-L1 and Huber ROF, image restoration like deconvolution, image zooming, image inpainting,optical flow for motion estimation and Mumford-Shah multi-label image segmentation problem. these codes are base on the following paper,"a first-order primal-dual algorithm for convex problems with application to imaging", and are organized corresponding to the structure of this paper, therefore these codes are what so-called sample codes of this paper, so they are really convenient to learn and to use. to use them, what you need to do is just to open a folder, and run the corresponding .m file, then you will collect the processing result. to understand these codes,you are recommended to read the paper first, in this case, you can get a better comprehension about these codes. and before you use them, you are also recommended first to read the instructions included in the zip packet,because in all the codes,the primal variables and dual variables are both vectorized which are different from the general situations. if you have any questions about these codes,don't hesitate to contact me via email: Pock, Thomas:pock@icg.tugraz.at Chen, Yunijn:cheny@icg.tugraz.at enjoy them,and good luck with you.
1