| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- //
- // Created by houri on 24.10.16.
- //
- #include "eval.h"
- namespace Eval
- {
- eval calculatemotq ( std::Vector2d &result,std::Vector2d &groundtruth, const std::string &file_name,std::Vector2d &distance, char delimiter);
- {
- int Nf; //number of frames
- }
- }
- };
|