Viewing 0 reply threads
  • Author
    Posts
    • #4601 Score: 1
      slongle(助教)
      Keymaster
      13 pts

      各位同学,非常抱歉,作业4提供的代码中存在问题:需要完成的函数recursive_bezier的参数和返回值不应该是Point2i,而应该是Point2f。
      修改方法有两种:
      1.直接把代码中所有的cv::Point2i替换为cv::Point2f。
      2.下载新的代码,新旧代码的区别只在于将cv::Point2i替换为cv::Point2f。
      games的作业4链接
      smartchair的作业4链接
      此外,对于提高部分,对实现方法不做硬性规定,只要你根据距离来考虑相邻元素的颜色即可,请大家大胆发挥。
      如果出现“断裂”的现象可以适当降低t的间隔,“断裂”现象不会影响你的得分。

      This post has received 1 vote up.
Viewing 0 reply threads
  • You must be logged in to reply to this topic.