.. vim: set fileencoding=utf-8 : .. Andre Anjos .. Sat 16 Nov 20:52:58 2013 ============ Python API ============ This section includes information for using the pure Python API of ``bob.ip.optflow.liu``. Root module functions --------------------- .. automodule:: bob.ip.optflow.liu Conjugate-Gradient (CG) based Implementation -------------------------------------------- .. automodule:: bob.ip.optflow.liu.cg Successive-Over-Relaxation (SOR) based Implementation ----------------------------------------------------- .. automodule:: bob.ip.optflow.liu.sor