yuandong-tian / DataDrivenDescent

C++ Implementation of CVPR10 and ICCV13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataDrivenDescent

C++ Implementation of the following two papers:

Hierarchical Data-Driven Descent for Efficient Optimal Deformation Estimation, ICCV 2013 [PDF]
Yuandong Tian, Srinivasa G. Narasimhan

A Globally Optimal Data-Driven Approach for Image Distortion Estimation, CVPR 2010 [PDF]
Yuandong Tian, Srinivasa G. Narasimhan

Usage

cmake ./
make
./deformation_tracker.py

About

C++ Implementation of CVPR10 and ICCV13


Languages

Language:C 42.7%Language:Python 41.7%Language:C++ 15.6%