cheind / image-align

Variants of the classic Lucas-Kanade image alignment algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

align_base.h file needs to include <limit> for successfull build for ubuntu 14.04.

gp1313 opened this issue · comments

Once I include it, build was successful.

make process gave out following error: " error: ‘numeric_limits’ is not a member of ‘std’ "

Issue was straight forward to debug.