I need to find two unique correlatable areas in the image, given the width and height of the unique area.
At this moment the approach I am thinking about for this algorithm is:
Divide the search area(image) into the areas of size given by the user(width and height). Then correlate each area with the others in the search area. The one with the least correation can be the unique area for that image.
It is just a rough idea I have, Can someone please help me with some suggestions and approaches.
Thanks in Advance



