eval.cpp 303 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //
  2. // Created by houri on 24.10.16.
  3. //
  4. #include "eval.h"
  5. namespace Eval
  6. {
  7. eval calculatemotq ( std::Vector2d &result,std::Vector2d &groundtruth, const std::string &file_name,std::Vector2d &distance, char delimiter);
  8. {
  9. int Nf; //number of frames
  10. }
  11. }
  12. };