Tagged Questions
3
votes
1answer
83 views
Fitting Shape in Circle for Shape Classification
I need to classify arbitrary 2D shapes. The classification should be invariant to at least affine transform. To achieve this invariance, I decided to "normalize" each shape by fitting it to a unit ...
0
votes
1answer
253 views
Affine transformation matrixes
I could use some advise with the following problem: Lets say there is a cuboid that has two distinguished points - that is one of its vertexes ($A$) and the other one is somewhere on the surface ...
1
vote
1answer
171 views
What is the relation between complex numbers and transformation matrices?
I read addition and multiplication with complex numbers can be represented as translation and rotation in a 2D plane.
I am using this to move around objects on the screen. I have an offset number, ...