I'm already done some step for get eigenvalue. the step i have already done is get matrix from image and get average. and now, i must get the transpose of matrix. i don't know why my source code is wrong. anyone could help?? please
Asked
Active
Viewed 1,650 times
-1
-
3noone can know, where your code is wrong *without seeing it* – berak Apr 01 '14 at 07:16
-
i think, i want to know code for transpose matrix to complete my source – huhuhu Apr 03 '14 at 15:42
-
mat.t(); // is all you need for the transpose. – berak Apr 03 '14 at 16:19
1 Answers
1
just call eigen (after converting to float type) . don't bother rolling your own

berak
- 39,159
- 9
- 91
- 89
-
can you give me complete code for get eigenvalue from a image? i'm going crazy now – huhuhu Apr 03 '14 at 15:42