Guest User

Untitled

a guest
May 20th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.25 KB | None | 0 0
  1. \paragraph{b)}
  2.  
  3. First we linearize the input vector. Thus we have the form:
  4.  
  5. \[
  6.     \begin{pmatrix} x_0 & y_0 & x_1 & y_1 & x_2 & y_2 &  \cdots & x_4 & y_4\end{pmatrix}^T
  7. \]
  8.  
  9.  
  10. The corner-cutting subdivision matrix is then a  matrix of form: \[\text{dim} \cdot |P| \times 2 \cdot |P| \]
  11.  
  12. \[
  13.     \begin{pmatrix}
  14.     0.75 & 0    &   0.25 & 0    &  & &  & \\
  15.     0   &    0.25&  0   &    0.75   &  & &  & \\
  16.     0.25 & 0 &      0.75 & 0    &  & &   & \\
  17.     0 &  0.25& 0 &   0.75 & & & &    \\
  18.     & & 0.75& 0&        0.25& 0&    &     \\       
  19.     & & 0   &    0.25   &0  &    0.75   & &  \\
  20.      && 0.25& 0& 0.75&  0& &     \\
  21.      & & 0 &     0.25 &0 &   0.75& &     \\
  22.  & &  & & \ddots & \ddots & \ddots & \ddots      \\
  23.   & &  & & \ddots & \ddots & \ddots & \ddots     \\
  24.    & &  & & \ddots & \ddots & \ddots & \ddots    \\
  25.    & &  & & \ddots & \ddots & \ddots & \ddots  \\
  26.             0.25 &0&&&  & & 0.75& 0\\
  27.         0       & 0.75& &&  & & 0&       0.25 \\   
  28.             0.75& 0 & &  &   & & 0.25& 0\\
  29.      0  & 0.75&  &&&    &  0&    0.25\\
  30.      \end{pmatrix}
  31. \cdot
  32.             \begin{pmatrix} x_0 & y_0 & x_1 & y_1 & x_2 & y_2 &  \cdots & x_4 & y_4\end{pmatrix}^T
  33. \]
  34.  
  35. The final Vector can be delinearized again in order to have the Points.
  36.  
  37. \paragraph{c)}
  38. Extraordinary points are points where the order of these points does not change during the regular subdivision.
  39. \end{document}
Add Comment
Please, Sign In to add comment