Home Forums GAMES在线课程(现代计算机图形学入门)讨论区 【作业四】计算出的点都是一样的

Viewing 2 reply threads
  • Author
    Posts
    • #4643 Score: 0
      xukaiyue
      Participant
      1 pt

      我实在是看不出来哪里有问题了,求dalao帮看看

      Attachments:
      You must be logged in to view attached files.
    • #4646 Score: 0
      Atlas
      Participant

      1. recursive_bezier的末尾那句应该是return recursive_bezier(points, t);
      编译的时候没有提醒嘛?
      2. windows.at<cv::Vec3b>(p.x, p.y)[1] = 255;里的x和y好像弄反了

      • This reply was modified 4 years, 1 month ago by Atlas.
    • #4648 Score: 0
      Shi YuChen(助教)
      Keymaster
      4 pts

      在recursive_bezier函数的最后一行,应该改成return recursive_bezier(points,t)。

Viewing 2 reply threads
  • You must be logged in to reply to this topic.