Calculus 微积分
Linear algbra 线性代数
Probability 概率论
Matrix Calculus 矩阵分析
Optimization 最优化(运筹学)
Control Theory 控制理论(包括状态估计、系统控制etc)
Kinematics 运动学
Dynamics 动力学
Biology about Brain/Motion
General note: https://zhuanlan.zhihu.com/p/41262286
Math system: http://www.cnblogs.com/yymn/p/5021254.html
Taylor, Jaccobi, Hessian
Quaternion, homography, Lie group, manifold, tangent space, Schur complete
Kalman, MSE, Newton, LM optimization, Conjudgate optimization
Markov
Eigen, numpy, ceres, opencv, tensorflow
Linux, ROS, c++, python
How brain works: https://en.wikipedia.org/wiki/Visual_cortex
https://en.wikipedia.org/wiki/Two-streams_hypothesis
https://en.wikipedia.org/wiki/Visual_perception
Matrix Calculus: https://zhuanlan.zhihu.com/p/24709748
Recursive Least square: https://zhuanlan.zhihu.com/p/53883828
Optimization: https://zhuanlan.zhihu.com/p/27429666
Bayes Optimization: https://towardsdatascience.com/shallow-understanding-on-bayesian-optimization-324b6c1f7083
Multi-object opt: https://www.zhihu.com/question/269477468
Control Theory: https://www.zhihu.com/question/55500106/answer/423585230
Lagrance duality: https://zhuanlan.zhihu.com/p/28958014
Branch Bound: https://zhuanlan.zhihu.com/p/27659600
SVM: https://zhuanlan.zhihu.com/p/24638007
Deep learning: quantitize/speed up/3D bbox
VSLAM: feature lines/semantic/deep learning
Camera localization: rewrite the constraints for parkingspots, add constraints for lanes?
SLAM: LOAM/replace pbstream
Other: perception/tracking/prediction
Planning: https://www.jianshu.com/p/54d4c650723d?from=timeline&isappinstalled=0
Bayes, Sensor fusion: https://zhuanlan.zhihu.com/p/35330922
Wheel:
https://arxiv.org/pdf/1804.04854.pdf
https://www.iti.uni-luebeck.de/fileadmin/Rob/paper/HKM13.pdf
https://blog.csdn.net/xingdou520/article/details/83691951
Struct line SLAM:
https://www.youtube.com/watch?v=7HNdJEb21DQ
https://www.youtube.com/watch?v=jzBMsKCm0uk
https://arxiv.org/pdf/1708.03275.pdf
http://cvrs.whu.edu.cn/projects/Struct-PL-SLAM/source/file/Struct_PL_SLAM.pdf
http://cvrs.whu.edu.cn/projects/Struct-PL-SLAM/
https://lmb.informatik.uni-freiburg.de/people/zhouh/StructSLAM.pdf
https://github.com/shidahe/semidense-lines
https://github.com/rubengooj/pl-svo
https://github.com/rubengooj/pl-slam
https://arxiv.org/pdf/1809.03415.pdf
http://mapir.isa.uma.es/rgomez/publications/iros16plsvo.pdf
https://www.zhihu.com/question/264578623
深度学习结合SLAM 研究现状总结
https://github.com/Ewenwan/MVision/tree/master/vSLAM/VS_SLAM
多传感器融合技术
https://blog.csdn.net/xingdou520/article/details/84103987
Map vectorization:
https://www.scan2cad.com/dxf/convert/algorithms-raster-to-vector-conversion/
https://www.pyimagesearch.com/2016/02/08/opencv-shape-detection/
https://www.learnopencv.com/delaunay-triangulation-and-voronoi-diagram-using-opencv-c-python/
http://www.imagemagick.org/Usage/morphology/#linejunctions
opencv thinning: https://docs.opencv.org/3.4.0/df/d2d/group__ximgproc.html
https://usc-isi-i2.github.io/papers/chiang09-grec.pdf
http://felix.abecassis.me/2011/09/opencv-morphological-skeleton/
https://www.researchgate.net/publication/316476002_Comparison_of_thinning_algorithms_for_vectorization_of_engineering_drawings
https://www.isprs.org/proceedings/XXXVII/congress/2_pdf/3_WG-II-3/17.pdf
https://roadmaps.csail.mit.edu/roadtracer.pdf
http://cs.joensuu.fi/~koles/dissertation/Thesis_Kolesnikov_Ch3.pdf
https://www.ucalgary.ca/engo_webdocs/DM/05.20226.Girija-Dharmaraj.pdf
Localization:
https://blog.csdn.net/xingdou520/article/details/84104644