std::cout << std::endl \
<< " ------------------------------------------------------------------ " << std::endl \
<< " Video Stabilization." << std::endl \
<< " --> Running Armadillo version: " << arma::arma_version::as_string() << std::endl \
<< " --> Running OpenCV version: " << CV_VERSION << std::endl \
<< " --> Project webpage (database, source code and results): " << std::endl \
<< " \" www.verlab.dcc.ufmg.br/semantic_hyperlapse_project \" " << std::endl \
<< " --> If you are using it to academic purposes, please cite: " << std::endl \
<< " \" Autores. Titulo. Conferencia. Ano \" " << std::endl \
<< " --> If you need help feel free to contact us: " << std::endl \
<< " \" michel.silva66@gmail.com \" and \" washington.ramos@outlook.com \" " << std::endl \
<< " --> Institution: " << std::endl \
<< " VerLab @ Universidade Federal de Minas Gerais (UFMG), Brazil. " << std::endl \
<< " ------------------------------------------------------------------ " << std::endl \
<< std::endl;