I have some difficulties about how to optimize "Matrix Transposition", I want to obtain help from TI's experts
I want to transpose gray image(8 bit) to 90°,180°,270°
Especially in 90 and 270, if you want to transpose to 90 and 270, you must switch row and col. and the optimization strategy of PINGPONG(DMA + RAM) will not be suitable.
Is there anybody would help me?