Feeds
提问
Can I rewrite the following without loops ?
I have written the following code that reads an image and transforms it from RGB to YIQ using matrix multiplication. I would li...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to change a matrix within a function
I want to pass a matrix into a function and to change the matrix within the function. For example, in my case I want to set som...
8 years 前 | 1 个回答 | 0
