The camera model can be basic knowledge for visualization, graphis, reconstruction related topics, such as SLAM.
Many faces of uncertainty vis (WIP)
Some tips about uncertainty visualization and associated techniques.
Using ninja
Some tips regarding using Ninja.
Amdahl law and scale experiments
不论是在论文的experiments的部分还是说各种parallel algorithm的性能分析部分, scale efficiency 始终是一个重要的property。Amdahl law is its foundation.
Interview preparation list
Go through this list before the interview, in order to get good performance, just go through each list one by one and make sure all tips are reviewed and well memorized.
工作中难免自己面试别人以及别人面试自己,有一些开放问题有一些标准问题,整理在这里,比如面试别人的时候通常要求从易难,这些基础知识在要求别人掌握的时候自己也要掌握。
SciVis R&D Scope
Try to list some techniques that I need to improve or continue pursue in the scope of scivis.
Algorithm(11) Binary search
The questions related to binary search.
linear algebra and python examples
Review linear algebra tips and how are they implemented in python library such as numpy.