matlab - finding most informative image -
i have 1000 large images share similar features , 1 template (top images @ below). aim find closest pattern template (bottom image) in these images. however, using of 1000 images , searching among of them not affordable. therefore, looking method decide 1 of these 1000 images should use similarity calculation. in other words, 1 more informative.
is there solution?
thanks.
consider scale invariant feature transforms. still depends bit on how , how many features can recognized in template. in principle has kind of strategy after:
- identify features in template
- identify , populate database of features in images
- search database features identified in template
this algorithm might permissive purposes since identify features under affine transforms (including scaling, rotation , partial occlusion) on other hand might able find pre-existing implementation of such this one.
Comments
Post a Comment