Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 5 posts - 1 through 5 (of 5 total) Author Posts 2022年8月25日 at 下午8:25 in reply to: 作业0发布公告 #12247 Score: 0 LoongParticipant Karma: 1 pt 链接失效是因为浏览器屏蔽了https网站的http链接,可以右键复制链接地址手动下载 2022年7月31日 at 下午2:57 in reply to: 作业3 OpenCV 避坑 – texture mapping 运行时 #12107 Score: 1 LoongParticipant Karma: 1 pt 我改了一下getColor函数: if (u <= 0 || u >= 1 || v <= 0 || v >= 1) return Eigen::Vector3f(0, 0, 0); This post has received 1 vote up. 2022年7月30日 at 下午8:04 in reply to: 作业三小牛如何加快渲染速度 #12106 Score: 0 LoongParticipant Karma: 1 pt set(CMAKE_BUILD_TYPE Release)加在cmakelists.txt里,或者cmake -DCMAKE_BUILD_TYPE=Release .. 2022年7月30日 at 下午7:50 in reply to: 框架中的 auto [alpha, beta, gamma] 未定义标识符 #12105 Score: 0 LoongParticipant Karma: 1 pt 如果是vscode的错误提示,需要修改.vscode/settings.json { “C_Cpp.default.cppStandard”: “c++17” } 2022年7月30日 at 下午7:10 in reply to: 框架中的 auto [alpha, beta, gamma] 未定义标识符 #12104 Score: 0 LoongParticipant Karma: 1 pt 要用C++17,CMakeLists.txt里面加set(CMAKE_CXX_STANDARD 17) Author Posts Viewing 5 posts - 1 through 5 (of 5 total)