What is an algorithm to find the largest rectangular pattern that appears more than once in a given image? Given an input img[n][n] of bits, I would like to compute the max area of the repeated pattern.
How can I do this?
What is an algorithm to find the largest rectangular pattern that appears more than once in a given image? Given an input img[n][n] of bits, I would like to compute the max area of the repeated pattern.
How can I do this?