Why does my C++ function, 'cannot determine which instance of overloaded function is intended'?

前端 未结 0 928
一个人的身影
一个人的身影 2021-02-01 18:23

I am launching a std::async thread as follows;

cv::Point2f opDim = Point2f(1920, 1080);
cv::Point2f ipDim = Point2f(1920, 1080);
CameraToBEV cbevObj(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题