Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业3 双线性插值踩坑 Tagged: 双线性插值 This topic has 0 replies, 1 voice, and was last updated 7 months, 1 week ago by HuskyRye. Viewing 0 reply threads Author Posts 2024年4月11日 at 下午8:40 #18630 Score: 0 HuskyRyeParticipant cv::Vec3b 中的数据类型是 uchar,如果直接使用 cv:Vec3b 进行插值,可能导致数值溢出! 应该首先将 cv::Vec3b 转换为 Eigen::Vector3f 后再进行插值 附代码: https://github.com/HuskyRye/GAMES101/commit/2877ff8d43e1eba38321e1527889c86dad7cc9d3 Attachments:You must be logged in to view attached files. Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In