mola_libvision

Core C++ library for reusable classic computer vision in MOLA.

Implements feature detection (Shi-Tomasi, grid distributor), pyramidal Lucas-Kanade optical flow, fundamental matrix RANSAC filtering, DLT triangulation, batch undistortion, and a custom Levenberg-Marquardt optimizer. No OpenCV or Ceres dependency — uses MRPT v3 + Eigen + TBB.

README

mola_libvision

C++ data structures and algorithms for classic computer vision.