Feeds
提问
Tranform vertices by Matrix
I have to write a function that transforms a list of vertices by a matrix and returns a list of transformed vertices (same size)...
10 years 前 | 1 个回答 | 0
1
个回答提问
Marking pixels above a certain value
Hello. I have a problem.Let's say we have an image called img1 and I want to do the following two things (without loops): "1....
10 years 前 | 1 个回答 | 0
1
个回答提问
Use 3x3 Matrix to create 9x15 Matrix.
What would be the simplest approach to use a 3x3 Matrix (the one in the left corner) to create this one (9x15).
10 years 前 | 1 个回答 | 0
