I am Charmie

メモとログ

VXL installation on ubuntu 14.04

VXL is a C++ library for computer vision researches. The core libraries in VXL are:

  • vnl for numerical algorithms
  • vil for image handling
  • vgl for geometry
  • etc.

VXL can be installed via package manager as [code lang="bash"] sudo apt-get install libvxl1-dev [/code]