Guest User

Untitled

a guest
Feb 17th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. 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
  3. Error C2011 'TransformData': 'struct' type redefinition TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 11
  4. Error C2086 'std::vector<cv::Point3d,std::allocator<cv::Point3d>> trans': redefinition TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 46
  5. Error C2086 'std::vector<cv::Point3d,std::allocator<cv::Point3d>> rot_u': redefinition TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 47
  6. Error C2086 'std::vector<cv::Point3d,std::allocator<cv::Point3d>> rot_f': redefinition TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 48
  7. Error C2079 'outFaces' uses undefined struct 'TransformData' TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 54
  8. Error C2079 'faces' uses undefined struct 'TransformData' TestNEURALVFX C:\Users\Kolin\source\repos\TestNEURALVFX\TestNEURALVFX\TestNEURALVFX.cpp 26
  9.  
Advertisement
Add Comment
Please, Sign In to add comment