Graph name: bSpline - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

This graph is used to compute the chordal version of the Catmull-Rom. It is called bSpline as generally we refer to the Catmull-Rom as the centripetal one.

  • Graph Inputs:
    • P1: First point to be interpolated;
    • P2: Second point to be interpolated;
    • P3: Second point to be interpolated;
    • P4: Third point to be interpolated;
    • P5: Third point to be interpolated;
    • P6: Fourth point to be interpolated;
  • Graph Outputs:
    • C: A vector with the result of the interpolation