Skip to content

Flipped images? #28

Answered by scrubbbbs
deedeenelson994 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, happy you are finding this useful. I'm getting back into it again, maybe there is a new release this summer.

orb will find rotations, so you really only need the one reflection. -p.refl h for example; it will detect the vertical case since that is the horizontal rotated 180. That will drop half of the results ;-)

You can also force all results to be pairs with -p.eg 1, so each reflection match will be a separate group

Besides lowering the threshold you can filter by score, add -with score "<1000" after -similar-to. I don't really know what a good score would be.

A slower option is the template matcher (-p.tm 1) this checks each result pair to see if one is transformable (rotate/scale…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by scrubbbbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #12 on February 18, 2025 13:26.