Guest User

Untitled

a guest
Feb 17th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.13 KB | None | 0 0
  1. В общем, я все сделал. Пересобрал либу, заменил .lib и .dll, поставил макросники, поменял названия переменных
  2.  
  3. Severity    Code    Description Project File    Line    Suppression State
  4. Error   C2664   'void Estimator::detect(TransformData &)': cannot convert argument 1 from 'int' to 'TransformData &'    TestNEURALVFX   C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp   55 
  5. Error   C2011   'TransformData': 'struct' type redefinition TestNEURALVFX   C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp   11 
  6. Error   C2086   'std::vector<cv::Point3d,std::allocator<cv::Point3d>> transs': redefinition TestNEURALVFX   C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp   46 
  7. Error   C2086   'std::vector<cv::Point3d,std::allocator<cv::Point3d>> rot_ff': redefinition TestNEURALVFX   C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp   48 
  8. Error   C2086   'std::vector<cv::Point3d,std::allocator<cv::Point3d>> rot_uu': redefinition TestNEURALVFX   C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp   47 
  9.  
Advertisement
Add Comment
Please, Sign In to add comment