Maybe I have overlooked something, but I wonder if there is a way to speed
up the matching process a bit in the case where you have several reference
images.
Right now it looks like that for every call to getMatchesToReference a new
integral bitmap is calculated and the whole extraction of interest points
is being run. Since there is only one buffer for reference maps it is
necessary to rewrite that buffer for every reference map that should be
checked. However in order to find matches all is needed is the points of
interest which do not change in static images (except if the options are
changed).
So wouldn't it be faster to have a method that allows me to directly send
in the previously extracted points of interest of a reference map which I
only have to calculate once and can store?
Original issue reported on code.google.com by quasimo...@gmail.com on 14 Feb 2010 at 9:34
Original issue reported on code.google.com by
quasimo...@gmail.com
on 14 Feb 2010 at 9:34