Video není dostupné.
Omlouváme se.

Lecture 05: Spatial Transformations (CMU 15-462/662)

Sdílet
Vložit
  • čas přidán 15. 08. 2024
  • Full playlist: • Computer Graphics (CMU...
    Course information: 15462.courses.c...

Komentáře • 22

  • @saicharanmarrivada5077
    @saicharanmarrivada5077 Před 6 měsíci +4

    5 videos into the playlist, I can already say that prof.Keenan Crane is a legend.

  • @IntegralMoon
    @IntegralMoon Před 3 lety +29

    This presentation is really made with love. Thanks so much Keenan

  • @zhaobryan4441
    @zhaobryan4441 Před měsícem +1

    greatest of all time course on CG

  • @mgi2530
    @mgi2530 Před 3 lety +3

    I love your replacing of formulaic matrix entries with drawings in "transpose as inverse". Thanks for the constant circling back to intuition.

  • @user-jv9tg8sf4j
    @user-jv9tg8sf4j Před rokem +2

    fabulous !!

  • @katk2323
    @katk2323 Před 3 lety +6

    Funny how Keenan is better at teaching me Linear Algebra than my freshman professor way back when.

  • @standalone8314
    @standalone8314 Před 3 měsíci +1

    his 'okay' sounds cute!

  • @Crossbow123
    @Crossbow123 Před rokem

    Brings great new insights to this topic. For example, I was introduced to rotation using the approach with the addition formula for sin, which is purly algebraic and geometrically not intuitive. But viewing it as a rotation of the basis vectors is genius.

  • @user-np5hv9yg9t
    @user-np5hv9yg9t Před 2 lety +2

    Wonderful lectures, thank you Crane!

  • @brunomartel4639
    @brunomartel4639 Před 3 lety +3

    dude you're awesome

  • @phugoid7
    @phugoid7 Před 3 lety

    Wow lots of knowledge in under 2 hours. Thank you !

  • @diribigal
    @diribigal Před 2 lety +1

    "Rotations and reflections split the orthogonal transformations into two pieces" Exercise for the reader: what do those two pieces look like if we consider 2x2 matrices as points in R^4?

  • @sungjuyea4627
    @sungjuyea4627 Před 3 lety

    I learned the concept of homogenous coordinates in a mathematics class, so I really tend to think of this as an abstract notion, not as a concrete idea. I wish I had this class first so that I could have been able to grasp a fine understanding of this subject

  • @g9164314
    @g9164314 Před 3 lety +1

    very nice!!!

  • @animeshkarnewar3
    @animeshkarnewar3 Před 3 lety

    Small correction: at 14:35, should be `preserve x3` and not `preserve x1`.

  • @CarlosValero
    @CarlosValero Před rokem

    Just wondering if the translation formula should be f(x)-f(y)=x-y (instead of f(x-y)=x-y, which for y=0 would imply f(x)=x)

  • @CarlosValero
    @CarlosValero Před rokem

    In the polar decomposition isn't it assumed that the matrix A is a square matrix?

  • @hordebob9244
    @hordebob9244 Před 3 lety

    for the shear transformation, i have a few questions -
    how can the formula for A be I + uvT , as I is a matrix and uvT is a vector?
    also, afterwards, how do we get the matrix that is shown for A, isn't uvT 0 in this example?

    • @WannesMalfait
      @WannesMalfait Před 3 lety +1

      Very late reply, but uv^T is not a dot product but an n*n matrix, if u and v are column vectors. You can see this by looking at the dimensions: u is an n*1 matrix and v^T is a 1*n matrix so v^Tu is a 1*1 matrix and uv^T is an n*n matrix

    • @hordebob9244
      @hordebob9244 Před 3 lety

      @@WannesMalfait i figured that out at some point, but thank you!

  • @khomra
    @khomra Před 11 měsíci +1

    1:10:14 - I think the order of the matrix multiplication is the other way around. For the matrix of the lower leg, it must be A_0 A_1 A_2 so the same for left upper leg, it must be A_0 A_1. The transformation matrices are each defined in their local coordinate system. In this case, the matrix multiplication happens from left to right.