Skip to content

about find_none_flectives_similarity #15

@lzg188

Description

@lzg188

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions