-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
thanks for your shared code, it is very good
but about this function named find_none_flectives_similarity i can not understand well.
like this code:
xy(Rect(1, 0, 1, xy.rows)).copyTo(A(Rect(0, xy.rows, 1, xy.rows)));//y
(xy(Rect(0, 0, 1, xy.rows))).copyTo(A(Rect(1, xy.rows, 1, xy.rows)));//-x
A(Rect(1, xy.rows, 1, xy.rows)) *= -1;
A(Rect(3, xy.rows, 1, xy.rows)).setTo(1.);
what are you going to do with adding the -x to matrix A, and why to inv the matrix trans_inv?
can you give me some explanation with that?
waiting for you replay!!!
Metadata
Metadata
Assignees
Labels
No labels