matlab - Manipulating of a larger matrix to increase search time of a smaller matrix -
so given larger image , smaller image located within larger image. can done larger image in separate function decrease search time. small image pixel pixel similar large. trying find small one's exact location.
given:
function [x] = generate_value(big_image) function [row, col] = searchimages(big_image, small_image, x) where x generated in other function. more specific x vale can anything. structure, hash mapping, isnt not super reliant on built in matlab functions.
unfortunately, need use 2 function signatures given.
any ideas of larger image speed search. time important.
Comments
Post a Comment