Projections of an image onto the x or y axis using Matrix Transformations
投影到X轴
the transformation (x,y) -> (x, 0) projects the point (x,y) onto the x-axis.
In matrix form this transformation is given by:
投影到y轴
the transformation (x,y) => (0, y) projects the point (x,y) onto the y-axis.
In matrix form this transformation is given by:
Reflection对称
Reflection in the line y = x & y = -x 关于y = x的矩阵表示:
关于y = -x的矩阵表示:
关于y = mx的矩阵表示 y = xtan(θ)